diff --git a/CMakeLists.txt b/CMakeLists.txt index f35bb1c..680f451 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -67,4 +67,4 @@ if(WITH_TESTS) add_subdirectory(tests) endif() -include(packages.CMakeLists.txt) +include(cmake/packages.cmake) diff --git a/packages.CMakeLists.txt b/cmake/packages.cmake similarity index 100% rename from packages.CMakeLists.txt rename to cmake/packages.cmake