DOC: better documentaiton

This commit is contained in:
Ken Martin
2005-11-02 13:51:59 -05:00
parent 35b529cc3e
commit 0a5b9db60b
7 changed files with 26 additions and 3 deletions
+3 -1
View File
@@ -5,7 +5,9 @@
# INCLUDE - name of include file
# VARIABLE - variable to return result
#
# an optional third argument is the CFlags to add to the compile line
# or you can use CMAKE_REQUIRED_FLAGS
#
MACRO(CHECK_INCLUDE_FILE INCLUDE VARIABLE)
IF("${VARIABLE}" MATCHES "^${VARIABLE}$")
SET(MACRO_CHECK_INCLUDE_FILE_FLAGS ${CMAKE_REQUIRED_FLAGS})