summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorBerk Geveci <berk.geveci@kitware.com>2001-11-08 17:03:52 -0500
committerBerk Geveci <berk.geveci@kitware.com>2001-11-08 17:03:52 -0500
commit777ec992196f30b98a2c164caae8959f8b8a2a50 (patch)
tree2051a4a48840b272532f6844170acbbeb636ba6a /CMakeLists.txt
parent05717b3dab73da8c2176f37cbe9c8c2814cf47f2 (diff)
downloadcmake-777ec992196f30b98a2c164caae8959f8b8a2a50.tar.gz
Changes to remove warnings and fix dependencies.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 38ad602627..916073ce30 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).*")