diff options
author | Michele Calgaro <[email protected]> | 2022-05-04 16:23:30 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-05-04 16:23:30 +0900 |
commit | 2437472f2834b272079a728cc2be94bd0c4a1bc5 (patch) | |
tree | d7ddc364f75d311d9f1887220fcb7bee2aa18a5b | |
parent | ba28980ea964c21e487dd7a73ceec1125b21b0f6 (diff) | |
download | dbus-1-tqt-2437472f2834b272079a728cc2be94bd0c4a1bc5.tar.gz dbus-1-tqt-2437472f2834b272079a728cc2be94bd0c4a1bc5.zip |
Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 02b21b0..13cbeff 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 ) |