fix for ci and fetchcontent build

replace cmake --build with actual command in github format workflow for faster checking
This commit is contained in:
Bechir Braham
2024-04-09 17:38:34 +02:00
parent 0755de309e
commit ea17a640cf
4 changed files with 4 additions and 6 deletions

View File

@ -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)