Skip to content

Commit 0586788

Browse files
committed
Merged KrishnaPG-patch-1
2 parents eee6bea + b6cff6e commit 0586788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Release/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ if (NOT CPPREST_EXCLUDE_WEBSOCKETS)
215215
endif()
216216

217217
set(Casablanca_LIBRARY cpprest)
218-
set(Casablanca_LIBRARIES cpprest ${Boost_LIBRARIES})
218+
set(Casablanca_LIBRARIES cpprest ${Boost_LIBRARIES} PARENT_SCOPE)
219219

220220
# Everything in the project needs access to the casablanca include directories
221221
include_directories( ${Casablanca_INCLUDE_DIRS})

0 commit comments

Comments
 (0)