[cmake] Renamed 'modules' to 'libs'.

This commit is contained in:
David Korth 2022-08-07 19:13:14 -04:00
parent 8b6e4377e5
commit 31ee8efcfb
4 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ ENDIF(NOT CMAKE_PROJECT_VERSION OR NOT CMAKE_PROJECT_VERSION_MAJOR)
LIST(APPEND CMAKE_MODULE_PATH
"${CMAKE_SOURCE_DIR}/cmake/macros"
"${CMAKE_SOURCE_DIR}/cmake/modules"
"${CMAKE_SOURCE_DIR}/cmake/libs"
)
# If no build type is set, default to "Debug".