Use `CMAKE_CURRENT_SOURCE_DIR` for the CMake module path

This commit is contained in:
Jesse Talavera 2024-02-20 08:09:06 -05:00
parent edaafaae2f
commit a84dc3123e
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ if(UNIX)
endif()
list(APPEND CMAKE_MODULE_PATH
${CMAKE_SOURCE_DIR}/CMake
${CMAKE_CURRENT_SOURCE_DIR}/CMake
)
# Support functions