[ros-diffs] [tkreuzer] 49530: [CMAKE] Move the cmake module directory one level down
tkreuzer at svn.reactos.org
tkreuzer at svn.reactos.org
Mon Nov 8 13:41:30 UTC 2010
Author: tkreuzer
Date: Mon Nov 8 13:41:29 2010
New Revision: 49530
URL: http://svn.reactos.org/svn/reactos?rev=49530&view=rev
Log:
[CMAKE]
Move the cmake module directory one level down
Added:
branches/cmake-bringup/cmake/Platform/
- copied from r49518, branches/cmake-bringup/cmake/Modules/Platform/
Removed:
branches/cmake-bringup/cmake/Modules/Platform/
Modified:
branches/cmake-bringup/PreLoad.cmake
Modified: branches/cmake-bringup/PreLoad.cmake
URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/PreLoad.cmake?rev=49530&r1=49529&r2=49530&view=diff
==============================================================================
--- branches/cmake-bringup/PreLoad.cmake [iso-8859-1] (original)
+++ branches/cmake-bringup/PreLoad.cmake [iso-8859-1] Mon Nov 8 13:41:29 2010
@@ -4,7 +4,7 @@
#message("/PreLoad.cmake ... ${REACTOS_HOME_DIR}")
-SET(CMAKE_MODULE_PATH "${REACTOS_HOME_DIR}/cmake/Modules" CACHE INTERNAL "")
+SET(CMAKE_MODULE_PATH "${REACTOS_HOME_DIR}/cmake" CACHE INTERNAL "")
#message("CMAKE_MODULE_PATH = ${CMAKE_MODULE_PATH}")
More information about the Ros-diffs
mailing list