mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2025-06-23 11:57:58 +02:00
fix for ci and fetchcontent build
replace cmake --build with actual command in github format workflow for faster checking
This commit is contained in:
@ -89,6 +89,7 @@ if (AARE_FETCH_BOOST)
|
||||
GIT_TAG boost-1.80.0
|
||||
)
|
||||
FetchContent_MakeAvailable(Boost)
|
||||
set(Boost_LIBRARIES Boost::program_options)
|
||||
else()
|
||||
|
||||
find_package(Boost 1.80 REQUIRED COMPONENTS program_options)
|
||||
|
Reference in New Issue
Block a user