summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2007-05-11 16:17:27 (GMT)
committerKen Martin <ken.martin@kitware.com>2007-05-11 16:17:27 (GMT)
commit1c318150a6ea096cea2b3f36004709b60eac8213 (patch)
treeb0833e08050b772b1e7b7b3ad0c423cfca3afbaf /CMakeLists.txt
parent2208231aac6e5702d7143cc8de1836f7d02d9987 (diff)
downloadCMake-1c318150a6ea096cea2b3f36004709b60eac8213.zip
CMake-1c318150a6ea096cea2b3f36004709b60eac8213.tar.gz
CMake-1c318150a6ea096cea2b3f36004709b60eac8213.tar.bz2
ENH: minor fixes
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4422a44..02ca1f5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -226,6 +226,7 @@ MACRO (CMAKE_BUILD_UTILITIES)
)
# check for the use of system libraries versus builtin ones
+ # (a macro defined in this file)
CMAKE_HANDLE_SYSTEM_LIBRARIES()
#---------------------------------------------------------------------