Fixed more problems with installation and module searching.
This commit is contained in:
parent
112d58dcfb
commit
e04241ecc3
2 changed files with 2 additions and 1 deletions
|
@ -154,7 +154,7 @@ if(MSVC_D_ARCHITECTURE_ID)
|
|||
endif(MSVC_D_ARCHITECTURE_ID)
|
||||
# configure variables set in this file for fast reload later on
|
||||
find_file(CMAKE_D_COMPILER_CMAKE_IN CMakeDCompiler.cmake.in
|
||||
PATHS ${CMAKE_ROOT} ${CMAKE_MODULE_PATH})
|
||||
PATHS ${CMAKE_ROOT}/Modules ${CMAKE_MODULE_PATH})
|
||||
configure_file(${CMAKE_D_COMPILER_CMAKE_IN}
|
||||
${CMAKE_PLATFORM_INFO_DIR}/CMakeDCompiler.cmake
|
||||
@ONLY IMMEDIATE # IMMEDIATE must be here for compatibility mode <= 2.0
|
||||
|
|
|
@ -25,6 +25,7 @@ SET (MOD_SRCS
|
|||
dependencies.cmake
|
||||
UseDUnittest.cmake
|
||||
FindPhobos.cmake
|
||||
CMakePlatformId.di.in
|
||||
)
|
||||
|
||||
SET (PLAT_SRCS
|
||||
|
|
Loading…
Reference in a new issue