fixes fw add subdir
This commit is contained in:
parent
af015e0fe8
commit
6ee7159ee7
|
@ -154,8 +154,8 @@ if(CMAKE_PROJECT_NAME STREQUAL "TGFS-ISS")
|
|||
FetchContent_GetProperties(riscvfw)
|
||||
if(NOT riscvfw_POPULATED)
|
||||
FetchContent_Populate(riscvfw)
|
||||
add_subdirectory(${riscvfw_SOURCE_DIR})
|
||||
endif()
|
||||
add_subdirectory(${riscvfw_SOURCE_DIR})
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in New Issue