Add websocketpp_found variable

This commit is contained in:
Jeff Mitchell
2013-05-20 16:50:34 -04:00
parent 2aea85a773
commit ca6aa12fbc

View File

@@ -1,6 +1,7 @@
# - Config file for the websocketpp package
# It defines the following variables
# WEBSOCKETPP_FOUND - indicates that the module was found
# WEBSOCKETPP_INCLUDE_DIR - include directories
# Compute paths
set(WEBSOCKETPP_FOUND TRUE)
set(WEBSOCKETPP_INCLUDE_DIR "@INSTALL_INCLUDE_DIR@")