Browse Source

CMake: Fix broken CI

pull/2804/head
DraVee 5 months ago
parent
commit
c65e3898d1
  1. 2
      CMakeLists.txt

2
CMakeLists.txt

@ -533,7 +533,7 @@ else()
# wow # wow
if (PLATFORM_LINUX) if (PLATFORM_LINUX)
find_package(Boost 1.57.0 CONFIG REQUIRED headers context system fiber)
find_package(Boost 1.57.0 REQUIRED COMPONENTS headers context system fiber)
else() else()
find_package(Boost 1.57.0 CONFIG REQUIRED) find_package(Boost 1.57.0 CONFIG REQUIRED)
endif() endif()

Loading…
Cancel
Save