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)
174174 include (${WEBSOCKETPP_CONFIG} /websocketpp-config.cmake)
175175 include (${WEBSOCKETPP_CONFIG} /websocketpp-configVersion.cmake)
176176 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} )
178178else (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)
180180 message ("-- websocketpp not found, using the embedded version" )
181181endif (WEBSOCKETPP_CONFIG AND WEBSOCKETPP_CONFIG_VERSION)
182182
You can’t perform that action at this time.
0 commit comments