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.
2 parents eee6bea + b6cff6e commit 0586788Copy full SHA for 0586788
Release/CMakeLists.txt
@@ -215,7 +215,7 @@ if (NOT CPPREST_EXCLUDE_WEBSOCKETS)
215
endif()
216
217
set(Casablanca_LIBRARY cpprest)
218
-set(Casablanca_LIBRARIES cpprest ${Boost_LIBRARIES})
+set(Casablanca_LIBRARIES cpprest ${Boost_LIBRARIES} PARENT_SCOPE)
219
220
# Everything in the project needs access to the casablanca include directories
221
include_directories( ${Casablanca_INCLUDE_DIRS})
0 commit comments