diff options
author | Michele Calgaro <[email protected]> | 2022-05-04 16:23:49 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-05-04 16:23:49 +0900 |
commit | 381e0699528c12f420b917431797b393a9dc6422 (patch) | |
tree | 7bc8b65d9514b03c78463e439ef2a4bfdb7a5ad5 /CMakeLists.txt | |
parent | ff006674c2c591ccd15aab53445931151233c130 (diff) | |
download | kdbusnotification-381e0699528c12f420b917431797b393a9dc6422.tar.gz kdbusnotification-381e0699528c12f420b917431797b393a9dc6422.zip |
Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 50e8ab1..3c38949 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 ) |