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 9a6d3ab commit 9dc1a35Copy full SHA for 9dc1a35
test/cmake_test/CMakeLists.txt
@@ -16,29 +16,8 @@ if(BOOST_CI_INSTALL_TEST)
16
find_package(Boost CONFIG REQUIRED COMPONENTS capy)
17
else()
18
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR})
19
- add_subdirectory(../.. boostorg/capy)
20
-
21
- set(deps
22
- # Primary dependencies
23
24
- assert
25
- config
26
- core
27
- system
28
- throw_exception
29
30
- # Secondary dependencies
31
32
- compat
33
- variant2
34
- winapi
35
- mp11
36
- predef
37
- )
38
39
- foreach(dep IN LISTS deps)
40
- add_subdirectory(../../../${dep} boostorg/${dep} EXCLUDE_FROM_ALL)
41
- endforeach()
+ set(BOOST_INCLUDE_LIBRARIES capy)
+ add_subdirectory(../../../.. boostorg/boost)
42
endif()
43
44
add_executable(main main.cpp)
0 commit comments