We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8120975 commit fc1f692Copy full SHA for fc1f692
Release/cmake/cpprestsdk-config.in.cmake
@@ -7,11 +7,11 @@ if(@CPPREST_USES_OPENSSL@)
7
find_dependency(OpenSSL)
8
endif()
9
10
-if(@CPPREST_USES_BOOST@)
+if(@CPPREST_USES_BOOST@ AND OFF)
11
if(UNIX)
12
find_dependency(Boost COMPONENTS random system thread filesystem chrono atomic date_time regex)
13
else()
14
find_dependency(Boost COMPONENTS system date_time regex)
15
16
17
-include("${CMAKE_CURRENT_LIST_DIR}/cpprestsdk-targets.cmake")
+include("${CMAKE_CURRENT_LIST_DIR}/cpprestsdk-targets.cmake")
0 commit comments