diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-03 22:39:57 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-03 22:39:57 +0900 |
commit | 043973b2fb1054138447a03d666e4dd5e2f8fb4a (patch) | |
tree | e46fb14fca01c907c516d689ee0c16bd7b74843c | |
parent | 0a79d229af54a87289e42ad2f451c073fc430347 (diff) | |
download | codeine-043973b2fb1054138447a03d666e4dd5e2f8fb4a.tar.gz codeine-043973b2fb1054138447a03d666e4dd5e2f8fb4a.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 d1fce95..695c5b3 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 35185b8..e6de98e 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 ) |