We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 515d2a9 commit e5140bfCopy full SHA for e5140bf
2 files changed
cmake/dependencies/boost.cmake
@@ -1,5 +1,5 @@
1
if (CMAKE_VERSION VERSION_LESS "3.30")
2
- find_package(Boost 1.81.0 REQUIRED COMPONENTS system)
+ find_package(Boost 1.81.0 REQUIRED OPTIONAL_COMPONENTS system)
3
else()
4
- find_package(Boost CONFIG 1.81.0 REQUIRED COMPONENTS system)
+ find_package(Boost CONFIG 1.81.0 REQUIRED OPTIONAL_COMPONENTS system)
5
endif()
src/roar/CMakeLists.txt
@@ -39,7 +39,7 @@ target_include_directories(roar PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/../../include
39
${CURL_INCLUDE_DIR})
40
target_link_libraries(
41
roar
42
- PUBLIC Boost::system
+ PUBLIC Boost::boost
43
promise
44
roar-cryptopp
45
CURL::libcurl
0 commit comments