mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-09 15:49:25 +01:00
Use CMAKE_CURRENT_SOURCE_DIR
for the CMake module path
This commit is contained in:
parent
edaafaae2f
commit
a84dc3123e
@ -156,7 +156,7 @@ if(UNIX)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
list(APPEND CMAKE_MODULE_PATH
|
list(APPEND CMAKE_MODULE_PATH
|
||||||
${CMAKE_SOURCE_DIR}/CMake
|
${CMAKE_CURRENT_SOURCE_DIR}/CMake
|
||||||
)
|
)
|
||||||
|
|
||||||
# Support functions
|
# Support functions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user