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