diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2015-01-26 18:56:03 (GMT) |
---|---|---|
committer | Rolf Eike Beer <eike@sf-mail.de> | 2015-01-27 12:38:22 (GMT) |
commit | 43eca4026def688e27c981154a36948273c6497c (patch) | |
tree | fda6343880f875204e71b2bf943fc71ca6e50d46 /CMakeLists.txt | |
parent | 82ba50390f52226bdd4162e4108bc4f5226150d6 (diff) | |
download | CMake-43eca4026def688e27c981154a36948273c6497c.zip CMake-43eca4026def688e27c981154a36948273c6497c.tar.gz CMake-43eca4026def688e27c981154a36948273c6497c.tar.bz2 |
drop reference to removed Windows 9x support
Diffstat (limited to 'CMakeLists.txt')
-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() |