diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-03 22:39:54 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-03 22:39:54 +0900 |
| commit | e6a06e3aee9f8363d488c758c790663e769506d4 (patch) | |
| tree | f6d2d48bd715bc65118a492b8cc6f84688f42aeb | |
| parent | 1fce58b8f2f7e024aed09f5e3fdb5c66ab1af0a0 (diff) | |
| download | konversation-e6a06e3a.tar.gz konversation-e6a06e3a.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 16e3f52..233b58f 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 8644acb..5910973 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,7 +33,6 @@ include( CheckCXXSourceCompiles ) ##### include our cmake modules ################# -set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" ) include( TDEMacros ) |
