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
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()
find_package(Boost 1.57.0 CONFIG REQUIRED)
endif()

Loading…
Cancel
Save