diff options
author | Berk Geveci <berk.geveci@kitware.com> | 2001-11-08 22:03:52 (GMT) |
---|---|---|
committer | Berk Geveci <berk.geveci@kitware.com> | 2001-11-08 22:03:52 (GMT) |
commit | 777ec992196f30b98a2c164caae8959f8b8a2a50 (patch) | |
tree | 2051a4a48840b272532f6844170acbbeb636ba6a /CMakeLists.txt | |
parent | 05717b3dab73da8c2176f37cbe9c8c2814cf47f2 (diff) | |
download | CMake-777ec992196f30b98a2c164caae8959f8b8a2a50.zip CMake-777ec992196f30b98a2c164caae8959f8b8a2a50.tar.gz CMake-777ec992196f30b98a2c164caae8959f8b8a2a50.tar.bz2 |
Changes to remove warnings and fix dependencies.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 38ad602..916073c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,6 +34,6 @@ SET(EXECUTABLE_OUTPUT_PATH ${CMake_BINARY_DIR}/Source CACHE PATH "Where to put the executables for CMake" ) -INCLUDE_REGULAR_EXPRESSION("^(\\.\\./)?(cm|FLTK|CMake).*") +INCLUDE_REGULAR_EXPRESSION("^(\\.\\./)?(cm|FLTK|CMake|form).*") |