diff --git a/CMakeLists.txt b/CMakeLists.txt index 7c23e5b..b99f48b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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()