diff options
author | Michele Calgaro <[email protected]> | 2022-05-03 22:40:03 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-05-03 22:40:03 +0900 |
commit | 78150ab13dc46b67ea54e5ec310d2b05869fde06 (patch) | |
tree | f82a69a51fec3b9495da8994e70e5e6b3ca1c973 | |
parent | 1afda57292412c2898d3341bc3276311ee65aa9f (diff) | |
download | kdbusnotification-78150ab13dc46b67ea54e5ec310d2b05869fde06.tar.gz kdbusnotification-78150ab13dc46b67ea54e5ec310d2b05869fde06.zip |
Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.
Signed-off-by: Michele Calgaro <[email protected]>
-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 c0c4645..e7c37de 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 ) |