From ca6aa12fbcd99abf48de05e4ece823989aa05a43 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Mon, 20 May 2013 16:50:34 -0400 Subject: [PATCH] Add websocketpp_found variable --- websocketpp-config.cmake.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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@")