Simplify module include path

This commit is contained in:
Chris Thrasher 2022-08-04 22:51:07 -06:00 committed by Lukas Dürrenberger
parent 1dcaa9a396
commit 30bf8df273

View File

@ -35,7 +35,7 @@ if(CCACHE_PROGRAM)
endif()
# include the configuration file
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/Config.cmake)
include(cmake/Config.cmake)
# we use the paths from the cmake GNUInstallDirs module as defaults
# you can override these if you like