mirror of
https://github.com/Minres/RISCV-VP.git
synced 2025-12-17 00:41:35 +00:00
corrects CMakeLists.txt to use the defined option for fw building
This commit is contained in:
@@ -83,7 +83,7 @@ if(ENABLE_CLANGFORMAT)
|
||||
find_package(ClangFormat)
|
||||
endif()
|
||||
|
||||
if(FW_BUILD)
|
||||
if(ENABLE_FW_BUILD)
|
||||
include(FetchContent)
|
||||
set(FETCHCONTENT_BASE_DIR ${CMAKE_CURRENT_BINARY_DIR}/..)
|
||||
FetchContent_Declare(
|
||||
|
||||
Reference in New Issue
Block a user