File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -174,9 +174,9 @@ if(WEBSOCKETPP_CONFIG AND WEBSOCKETPP_CONFIG_VERSION)
174
174
include (${WEBSOCKETPP_CONFIG} /websocketpp-config.cmake )
175
175
include (${WEBSOCKETPP_CONFIG} /websocketpp-configVersion.cmake )
176
176
message ("-- Found websocketpp version " ${PACKAGE_VERSION} " on system" )
177
- set (Casablanca_INCLUDE_DIRS ${Casablanca_INCLUDE_DIR} ${Boost_INCLUDE_DIR} ${WEBSOCKETPP_INCLUDE_DIR} )
177
+ set (Casablanca_INCLUDE_DIRS ${Casablanca_INCLUDE_DIR} ${Boost_INCLUDE_DIR} ${OPENSSL_INCLUDE_DIR} ${ WEBSOCKETPP_INCLUDE_DIR} )
178
178
else (WEBSOCKETPP_CONFIG AND WEBSOCKETPP_CONFIG_VERSION )
179
- set (Casablanca_INCLUDE_DIRS ${Casablanca_INCLUDE_DIR} ${Boost_INCLUDE_DIR} ${CMAKE_CURRENT_SOURCE_DIR} /libs/websocketpp )
179
+ set (Casablanca_INCLUDE_DIRS ${Casablanca_INCLUDE_DIR} ${Boost_INCLUDE_DIR} ${OPENSSL_INCLUDE_DIR} ${ CMAKE_CURRENT_SOURCE_DIR}/libs/websocketpp )
180
180
message ("-- websocketpp not found, using the embedded version" )
181
181
endif (WEBSOCKETPP_CONFIG AND WEBSOCKETPP_CONFIG_VERSION )
182
182
You can’t perform that action at this time.
0 commit comments