diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-03 22:40:08 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-03 22:40:08 +0900 |
commit | 07e84c2174c9b21cc009f16600c5c11fd8f89e21 (patch) | |
tree | ebbafb83ac32537bf83089fa477183fbdf095915 | |
parent | 5e4a21e8a4f3f092689d32b3cee53ad511ce8eb5 (diff) | |
download | tde-style-baghira-07e84c2174c9b21cc009f16600c5c11fd8f89e21.tar.gz tde-style-baghira-07e84c2174c9b21cc009f16600c5c11fd8f89e21.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 abb0c6f..a844b01 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 e943122..8c74949 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 ) |