We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e0ecf4 commit 0578f28Copy full SHA for 0578f28
1 file changed
test/cmake_test/CMakeLists.txt
@@ -16,26 +16,8 @@ if(BOOST_CI_INSTALL_TEST)
16
find_package(Boost CONFIG REQUIRED COMPONENTS buffers)
17
else()
18
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR})
19
- add_subdirectory(../.. boostorg/buffers)
20
-
21
- set(deps
22
- # Primary dependencies
23
24
- assert
25
- capy
26
- config
27
- core
28
- system
29
- throw_exception
30
31
- # Secondary dependencies
32
33
- compat
34
- )
35
36
- foreach(dep IN LISTS deps)
37
- add_subdirectory(../../../${dep} boostorg/${dep} EXCLUDE_FROM_ALL)
38
- endforeach()
+ set(BOOST_INCLUDE_LIBRARIES buffers)
+ add_subdirectory(../../../.. boostorg/boost)
39
endif()
40
41
add_executable(main main.cpp)
0 commit comments