diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-03 22:39:44 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-03 22:39:44 +0900 |
commit | face487fad127932bc5ebb462193d804b75a4698 (patch) | |
tree | 0ee762dc3f2f99f9a284b7c682d1af7f379a30bc | |
parent | 911382e4ac7cf22d004cb97f4f182654919315d5 (diff) | |
download | dbus-1-tqt-face487fad127932bc5ebb462193d804b75a4698.tar.gz dbus-1-tqt-face487fad127932bc5ebb462193d804b75a4698.zip |
Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 661a3a5..8e8f1b4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,6 @@ include( FindPkgConfig ) include( CheckCXXSourceCompiles ) include( CheckSymbolExists ) -set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" ) include( TDEMacros ) |