diff options
author | Brad King <brad.king@kitware.com> | 2015-01-28 14:33:40 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-01-28 14:33:40 (GMT) |
commit | b7d7b306541a8ff1a7e8384f5c44baabec3ec94d (patch) | |
tree | f5435c20048081f4680f61e3917a3bcd19ce45bd | |
parent | 6a0a4079efb032ec993b73358037b9bdd33dcfa5 (diff) | |
parent | 43eca4026def688e27c981154a36948273c6497c (diff) | |
download | CMake-b7d7b306541a8ff1a7e8384f5c44baabec3ec94d.zip CMake-b7d7b306541a8ff1a7e8384f5c44baabec3ec94d.tar.gz CMake-b7d7b306541a8ff1a7e8384f5c44baabec3ec94d.tar.bz2 |
Merge topic 'drop-win9x-reference'
43eca402 drop reference to removed Windows 9x support
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 28fd02f..8ad1be8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -628,7 +628,6 @@ if(NOT CMake_TEST_EXTERNAL_CMAKE) if(BUILD_TESTING) CMAKE_SET_TARGET_FOLDER(CMakeLibTests "Tests") endif() - CMAKE_SET_TARGET_FOLDER(cmw9xcom "Utilities/Win9xCompat") if(TARGET documentation) CMAKE_SET_TARGET_FOLDER(documentation "Documentation") endif() |