diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2002-03-20 13:16:16 -0500 |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2002-03-20 13:16:16 -0500 |
commit | 49bcc1ad51e25b0d7c08a2861b997a9d10cf6379 (patch) | |
tree | 5081912d7925b370dd196c9632f3d231ffdf05e6 /CMakeLists.txt | |
parent | 2990c3db571a29a00fc59b5c572d5aa6cbe8d117 (diff) | |
download | cmake-49bcc1ad51e25b0d7c08a2861b997a9d10cf6379.tar.gz |
ENH: remove fltk dialog as it is no longer supported
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 3b14411543..3661d07344 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,6 +29,6 @@ SET(EXECUTABLE_OUTPUT_PATH ${CMake_BINARY_DIR}/Source CACHE PATH "Where to put the executables for CMake" ) -INCLUDE_REGULAR_EXPRESSION("^(\\.\\./)?(cm|FLTK|CMake|form).*") +INCLUDE_REGULAR_EXPRESSION("^(\\.\\./)?(cm|CMake|form).*") |