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 9747bc3 commit d065815Copy full SHA for d065815
Release/cmake/cpprest_find_boost.cmake
@@ -24,7 +24,8 @@ function(cpprest_find_boost)
24
endif()
25
26
add_library(cpprestsdk_boost_internal INTERFACE)
27
- if(NOT TARGET Boost::boost)
+ # FindBoost continually breaks imported targets whenever boost updates.
28
+ if(1)
29
target_include_directories(cpprestsdk_boost_internal INTERFACE "$<BUILD_INTERFACE:${Boost_INCLUDE_DIR}>")
30
target_link_libraries(cpprestsdk_boost_internal INTERFACE "$<BUILD_INTERFACE:${Boost_LIBRARIES}>")
31
else()
0 commit comments