diff options
author | Brad King <brad.king@kitware.com> | 2012-12-19 09:00:55 -0500 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2012-12-19 09:07:41 -0500 |
commit | 2c24ca92193f0a03fbf8c0bb13f6a1cca83dd08e (patch) | |
tree | 0a0d5e28b4b771e7986ccdf78bd9f2bfb60bb405 /CMakeLists.txt | |
parent | e33fa5b67880e47fb350d5545a5ba04b8d6f3eb3 (diff) | |
download | cmake-2c24ca92193f0a03fbf8c0bb13f6a1cca83dd08e.tar.gz |
Remove references to KWSys Process Win9x support
The KWSys "EncodeExecutable" and "ProcessFwd9x" executables were dropped
from KWSys along with Win9x Process support. Drop references from the
rest of the CMake build rules.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a67fb6e622..9ad9587e5a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -234,8 +234,6 @@ macro (CMAKE_BUILD_UTILITIES) set(kwsys_folder "Utilities/KWSys") CMAKE_SET_TARGET_FOLDER(${KWSYS_NAMESPACE} "${kwsys_folder}") CMAKE_SET_TARGET_FOLDER(${KWSYS_NAMESPACE}_c "${kwsys_folder}") - CMAKE_SET_TARGET_FOLDER(${KWSYS_NAMESPACE}EncodeExecutable "${kwsys_folder}") - CMAKE_SET_TARGET_FOLDER(${KWSYS_NAMESPACE}ProcessFwd9x "${kwsys_folder}") if(BUILD_TESTING) CMAKE_SET_TARGET_FOLDER(${KWSYS_NAMESPACE}TestDynload "${kwsys_folder}") CMAKE_SET_TARGET_FOLDER(${KWSYS_NAMESPACE}TestProcess "${kwsys_folder}") |