Author: hbelusca
Date: Sun Dec 14 23:07:28 2014
New Revision: 65661
URL:
http://svn.reactos.org/svn/reactos?rev=65661&view=rev
Log:
Revert unwanted modifications.
Modified:
branches/condrv_restructure/CMakeLists.txt
branches/condrv_restructure/dll/CMakeLists.txt
Modified: branches/condrv_restructure/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/CMakeLists.t…
==============================================================================
--- branches/condrv_restructure/CMakeLists.txt [iso-8859-1] (original)
+++ branches/condrv_restructure/CMakeLists.txt [iso-8859-1] Sun Dec 14 23:07:28 2014
@@ -1,5 +1,5 @@
-cmake_minimum_required(VERSION 2.8)
+cmake_minimum_required(VERSION 2.8.12)
if(POLICY CMP0017)
# Shadow cmake provided modules
Modified: branches/condrv_restructure/dll/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/branches/condrv_restructure/dll/CMakeLis…
==============================================================================
--- branches/condrv_restructure/dll/CMakeLists.txt [iso-8859-1] (original)
+++ branches/condrv_restructure/dll/CMakeLists.txt [iso-8859-1] Sun Dec 14 23:07:28 2014
@@ -2,7 +2,7 @@
add_subdirectory(3rdparty)
add_subdirectory(cpl)
add_subdirectory(directx)
-#add_subdirectory(keyboard)
+add_subdirectory(keyboard)
add_subdirectory(ntdll)
add_subdirectory(opengl)
add_subdirectory(shellext)