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=... ============================================================================== --- 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}")