Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 2 additions & 34 deletions test/cmake_test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,40 +16,8 @@ if(BOOST_CI_INSTALL_TEST)
find_package(Boost CONFIG REQUIRED COMPONENTS http_proto)
else()
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR})
add_subdirectory(../.. boostorg/http_proto)

set(BOOST_URL_BUILD_TESTS OFF CACHE BOOL "" FORCE)

set(deps
# Primary dependencies

assert
buffers
capy
config
core
static_assert
system
throw_exception
type_traits
url
winapi

# Secondary dependencies

compat
container_hash
mp11
variant2
align
optional
predef
describe
)

foreach(dep IN LISTS deps)
add_subdirectory(../../../${dep} boostorg/${dep} EXCLUDE_FROM_ALL)
endforeach()
set(BOOST_INCLUDE_LIBRARIES http_proto)
add_subdirectory(../../../.. boostorg/boost)
endif()

add_executable(main main.cpp)
Expand Down
Loading