diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-04 16:23:41 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-04 16:23:41 +0900 |
commit | 6965e59c5e6321509950afe800a91b01f3a1ac12 (patch) | |
tree | 50ba14d37f2246bf40f442e8c381029bf7314284 | |
parent | ba7112d853d71ca6f15b5fc3618cac5b3feb0704 (diff) | |
download | kvpnc-6965e59c5e6321509950afe800a91b01f3a1ac12.tar.gz kvpnc-6965e59c5e6321509950afe800a91b01f3a1ac12.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 f18984d..a91bd2a 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 6b68a20..dfc1ad9 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 ) |