1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-06-17 03:50:03 +02:00

rename "CMakeModules" directory to "cmake"

This commit is contained in:
Henrik Hautakoski 2020-04-08 09:55:14 +02:00
parent 52474387ca
commit e80d8c5e34
2 changed files with 1 additions and 1 deletions

View file

@ -13,7 +13,7 @@ if (NOT CMAKE_BUILD_TYPE)
set( CMAKE_BUILD_TYPE Release )
endif()
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/CMakeModules")
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
# Use installpath from GNUInstallDirs as default.
include(GNUInstallDirs)