fixes fw add subdir

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

View File

@ -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()