diff --git a/CMakeLists.txt b/CMakeLists.txt index 958d1a8..2bf61b2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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.