summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Malaterre <mathieu.malaterre@gmail.com>2011-11-24 10:15:43 +0000
committerMathieu Malaterre <mathieu.malaterre@gmail.com>2011-11-24 10:15:43 +0000
commit8bcf78cd78fadd5d66fd28dd0f2e57e1d3d4c369 (patch)
tree891167c49c4b1e9955bab3f494b2160baf8cd8c5
parentffc944976b1aa0234227fb33c8a0093b6d58a324 (diff)
fix variable name to be hidden
-rw-r--r--CMake/FindFCGI.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMake/FindFCGI.cmake b/CMake/FindFCGI.cmake
index fa909235..e387bfaa 100644
--- a/CMake/FindFCGI.cmake
+++ b/CMake/FindFCGI.cmake
@@ -17,4 +17,4 @@ ELSE(FCGI_FOUND)
SET(FCGI_INCLUDE_DIRS)
ENDIF(FCGI_FOUND)
-MARK_AS_ADVANCED(FCGI_INCLUDE_DIRS FCGI_LIBRARIES)
+MARK_AS_ADVANCED(FCGI_INCLUDE_DIR FCGI_LIBRARY)