fixes fw add subdir
This commit is contained in:
parent
1be480576d
commit
f0660235ed
|
@ -179,8 +179,8 @@ if(FW_BUILD)
|
||||||
FetchContent_GetProperties(riscvfw)
|
FetchContent_GetProperties(riscvfw)
|
||||||
if(NOT riscvfw_POPULATED)
|
if(NOT riscvfw_POPULATED)
|
||||||
FetchContent_Populate(riscvfw)
|
FetchContent_Populate(riscvfw)
|
||||||
add_subdirectory(${riscvfw_SOURCE_DIR})
|
|
||||||
endif()
|
endif()
|
||||||
|
add_subdirectory(${riscvfw_SOURCE_DIR})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# CTest is a testing tool that can be used to test your project.
|
# CTest is a testing tool that can be used to test your project.
|
||||||
|
|
Loading…
Reference in New Issue