From 30bf8df273035f7358636ddf060558242b8f22e8 Mon Sep 17 00:00:00 2001 From: Chris Thrasher Date: Thu, 4 Aug 2022 22:51:07 -0600 Subject: [PATCH] Simplify module include path --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 346a5c96..12357721 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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