From 43eca4026def688e27c981154a36948273c6497c Mon Sep 17 00:00:00 2001 From: Rolf Eike Beer Date: Mon, 26 Jan 2015 19:56:03 +0100 Subject: [PATCH] drop reference to removed Windows 9x support --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 28fd02f1e..8ad1be83b 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()