diff --git a/websocketpp-config.cmake.in b/websocketpp-config.cmake.in index 4471f183d..6afe569ea 100644 --- a/websocketpp-config.cmake.in +++ b/websocketpp-config.cmake.in @@ -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@")