diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-04 16:23:32 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-04 16:23:32 +0900 |
commit | 43ba724e18fc8b8bc57e5fe596265d21886be8c8 (patch) | |
tree | c06edfca2608db34fcd8066f7ce19cf5266297c1 | |
parent | 778cd96cd00ea3fd380a0c524bef236c8901da66 (diff) | |
download | tdelibs-43ba724e18fc8b8bc57e5fe596265d21886be8c8.tar.gz tdelibs-43ba724e18fc8b8bc57e5fe596265d21886be8c8.zip |
Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | CMakeL10n.txt | 1 | ||||
-rw-r--r-- | CMakeLists.txt | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt index 10427d1a0..fe173f393 100644 --- a/CMakeL10n.txt +++ b/CMakeL10n.txt @@ -14,7 +14,6 @@ cmake_minimum_required( VERSION 3.1 ) ##### include our cmake modules ################# -set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" ) include( TDEL10n ) diff --git a/CMakeLists.txt b/CMakeLists.txt index a7e7f1f59..8e591db11 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -36,7 +36,6 @@ include( CheckStructHasMember ) ##### include our cmake modules ################# -set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" ) include( TDEMacros ) include( TDESetupPaths ) |