diff options
author | Brad King <brad.king@kitware.com> | 2012-12-19 14:00:55 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2012-12-19 14:07:41 (GMT) |
commit | 2c24ca92193f0a03fbf8c0bb13f6a1cca83dd08e (patch) | |
tree | 0a0d5e28b4b771e7986ccdf78bd9f2bfb60bb405 /CMakeLists.txt | |
parent | e33fa5b67880e47fb350d5545a5ba04b8d6f3eb3 (diff) | |
download | CMake-2c24ca92193f0a03fbf8c0bb13f6a1cca83dd08e.zip CMake-2c24ca92193f0a03fbf8c0bb13f6a1cca83dd08e.tar.gz CMake-2c24ca92193f0a03fbf8c0bb13f6a1cca83dd08e.tar.bz2 |
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 a67fb6e..9ad9587 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}") |