diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-04 16:23:37 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-04 16:23:37 +0900 |
commit | b0f6730dc96bd7b89afdfb1d460ded6443780e3d (patch) | |
tree | b7cb31eab54a720143841b521c962e1bc06d5ac1 | |
parent | 50962315d4eb15eb7b53a2290816cc94fb88b0d4 (diff) | |
download | kxmleditor-b0f6730dc96bd7b89afdfb1d460ded6443780e3d.tar.gz kxmleditor-b0f6730dc96bd7b89afdfb1d460ded6443780e3d.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 18ba4b6..33a0da8 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 6147473..9e1fb66 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,7 +29,6 @@ include( CheckCXXSourceCompiles ) #### include our cmake modules -set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" ) include( TDEMacros ) |