diff --git a/CMakeLists.txt b/CMakeLists.txt index c6b0ea3..592ed4e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ cmake_policy(SET CMP0063 NEW) set(QT_MIN_VERSION "5.6.0") set(KF5_MIN_VERSION "5.2.0") -set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/modules/") +LIST(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake") find_package(ECM 1.0.0 NO_MODULE) if (ECM_FOUND) set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR} diff --git a/cmake/modules/FindCargo.cmake b/cmake/FindCargo.cmake similarity index 100% rename from cmake/modules/FindCargo.cmake rename to cmake/FindCargo.cmake diff --git a/cmake/modules/FindRust.cmake b/cmake/FindRust.cmake similarity index 100% rename from cmake/modules/FindRust.cmake rename to cmake/FindRust.cmake