Skip to content

Commit

Permalink
Add websocketpp_found variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferai committed May 20, 2013
1 parent 2aea85a commit ca6aa12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion websocketpp-config.cmake.in
Original file line number Diff line number Diff line change
@@ -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@")

0 comments on commit ca6aa12

Please sign in to comment.