diff options
author | Ken Martin <ken.martin@kitware.com> | 2005-12-15 15:41:19 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2005-12-15 15:41:19 (GMT) |
commit | d2689c95a1591fd7bc5bc8a2f1515a2db1d88b72 (patch) | |
tree | 4411afc189c59d4564de0d061578334364d17741 /Modules/CheckVariableExists.cmake | |
parent | 4b0fd57bef650dd027460f9ed50fb2687f214645 (diff) | |
download | CMake-d2689c95a1591fd7bc5bc8a2f1515a2db1d88b72.zip CMake-d2689c95a1591fd7bc5bc8a2f1515a2db1d88b72.tar.gz CMake-d2689c95a1591fd7bc5bc8a2f1515a2db1d88b72.tar.bz2 |
ENH: some style fixes for the book
Diffstat (limited to 'Modules/CheckVariableExists.cmake')
-rw-r--r-- | Modules/CheckVariableExists.cmake | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Modules/CheckVariableExists.cmake b/Modules/CheckVariableExists.cmake index 1cebdee..97413f4 100644 --- a/Modules/CheckVariableExists.cmake +++ b/Modules/CheckVariableExists.cmake @@ -1,7 +1,7 @@ # - Check if the variable exists. -# CHECK_VARIABLE_EXISTS(VAR VARIABLE) -# - macro which checks if the variable exists -# VAR - the name of the variable +# CHECK_VARIABLE_EXISTS(VAR VARIABLE) +# +# VAR - the name of the variable # VARIABLE - variable to store the result # If CMAKE_REQUIRED_FLAGS is set then those flags will be passed into the # compile of the program likewise if CMAKE_REQUIRED_LIBRARIES is set then |