diff options
author | Yehonal <yehonal.azeroth@gmail.com> | 2020-08-06 02:37:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-06 02:37:14 +0200 |
commit | ad6ad094ded60e25358d1f324b9f0e6ca5bb796e (patch) | |
tree | 1551e982de63041ae306c8e968d8a687feafead8 /CMakeLists.txt | |
parent | a37ea1b60ee2e42a3953687bae3237d400e6fabf (diff) |
feat(bash): support for derivated distro + refactor conf (#3259)
* feat(bash): support for derivated distro
* refactor: refactoring for dist files
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 31fe7915db..e266cbf48f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -45,7 +45,7 @@ include(deps/drassil/cmake-utils/utils.cmake) include(src/cmake/ac_macros.cmake) # set default buildoptions and print them -include(conf/config.cmake.dist) +include(conf/dist/config.cmake) # load custom configurations for cmake if exists if(EXISTS "${CMAKE_SOURCE_DIR}/conf/config.cmake") |