Skip to content

Commit 217079b

Browse files
committed
Move dependency discovery files to cmake/modules
1 parent 0da4186 commit 217079b

19 files changed

Lines changed: 9 additions & 3 deletions

CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,9 @@ if (USE_CUDA_MPI)
208208
abacus_add_feature_definitions(__CUDA_MPI)
209209
endif()
210210

211-
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
211+
list(APPEND CMAKE_MODULE_PATH
212+
"${CMAKE_CURRENT_SOURCE_DIR}/cmake"
213+
"${PROJECT_SOURCE_DIR}/cmake/modules")
212214

213215
if(ENABLE_COVERAGE)
214216
find_package(codecov)

0 commit comments

Comments
 (0)