fixes fw add subdir

This commit is contained in:
Eyck Jentzsch 2023-08-20 16:47:47 +02:00
parent 1be480576d
commit f0660235ed
1 changed files with 1 additions and 1 deletions

View File

@ -179,8 +179,8 @@ if(FW_BUILD)
FetchContent_GetProperties(riscvfw)
if(NOT riscvfw_POPULATED)
FetchContent_Populate(riscvfw)
add_subdirectory(${riscvfw_SOURCE_DIR})
endif()
add_subdirectory(${riscvfw_SOURCE_DIR})
endif()
# CTest is a testing tool that can be used to test your project.