diff options
author | Alexandre Bouvier <contact@amb.tf> | 2022-12-31 14:23:38 +0100 |
---|---|---|
committer | Alexandre Bouvier <contact@amb.tf> | 2023-01-02 18:22:07 +0100 |
commit | eceee8c3d930563e26841d556f9acb965eab67c8 (patch) | |
tree | c17a3f5362f35d7ffbcc46c881f1b656e71db81b /CMakeLists.txt | |
parent | 2b110d61e7723081b47417834085c6fa0ddfc3c6 (diff) |
cmake: move find-modules to root cmake dir
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ed22187fd..cee720940 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,6 @@ cmake_minimum_required(VERSION 3.22) list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/CMakeModules") list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/externals/cmake-modules") -list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/externals/find-modules") include(DownloadExternals) include(CMakeDependentOption) |