mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
b819608ed8
svn path=/branches/condrv_restructure/; revision=63104
10 lines
319 B
CMake
10 lines
319 B
CMake
|
|
# small trick to get the real source directory at this stage
|
|
STRING(REPLACE "/PreLoad.cmake" "" REACTOS_HOME_DIR ${CMAKE_CURRENT_LIST_FILE})
|
|
|
|
#message("/PreLoad.cmake ... ${REACTOS_HOME_DIR}")
|
|
|
|
SET(CMAKE_MODULE_PATH "${REACTOS_HOME_DIR}/cmake" CACHE INTERNAL "")
|
|
|
|
#message("CMAKE_MODULE_PATH = ${CMAKE_MODULE_PATH}")
|
|
|