diff options
author | Ken Martin <ken.martin@kitware.com> | 2007-05-11 16:17:27 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2007-05-11 16:17:27 (GMT) |
commit | 1c318150a6ea096cea2b3f36004709b60eac8213 (patch) | |
tree | b0833e08050b772b1e7b7b3ad0c423cfca3afbaf /CMakeLists.txt | |
parent | 2208231aac6e5702d7143cc8de1836f7d02d9987 (diff) | |
download | CMake-1c318150a6ea096cea2b3f36004709b60eac8213.zip CMake-1c318150a6ea096cea2b3f36004709b60eac8213.tar.gz CMake-1c318150a6ea096cea2b3f36004709b60eac8213.tar.bz2 |
ENH: minor fixes
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
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() #--------------------------------------------------------------------- |