mirror of
https://github.com/Minres/RISCV-VP.git
synced 2025-12-17 08:51: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)
|
find_package(ClangFormat)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(FW_BUILD)
|
if(ENABLE_FW_BUILD)
|
||||||
include(FetchContent)
|
include(FetchContent)
|
||||||
set(FETCHCONTENT_BASE_DIR ${CMAKE_CURRENT_BINARY_DIR}/..)
|
set(FETCHCONTENT_BASE_DIR ${CMAKE_CURRENT_BINARY_DIR}/..)
|
||||||
FetchContent_Declare(
|
FetchContent_Declare(
|
||||||
|
|||||||
Reference in New Issue
Block a user