diff options
author | Michele Calgaro <[email protected]> | 2022-05-03 22:39:44 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-05-03 22:39:44 +0900 |
commit | c2e0347c3d0fba83d9ce26bf52d7fc9824ecfd2b (patch) | |
tree | 87eafd64fc1a19a139e2972be8c45c46f5f6c147 | |
parent | a1cdc63c1c02f2d74167b3e80ce3c7ccda495c2f (diff) | |
download | dbus-tqt-c2e0347c3d0fba83d9ce26bf52d7fc9824ecfd2b.tar.gz dbus-tqt-c2e0347c3d0fba83d9ce26bf52d7fc9824ecfd2b.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 579725f..cdc2e58 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,7 +21,6 @@ include( FindPkgConfig ) include( CheckCXXSourceCompiles ) include( CheckSymbolExists ) -set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" ) include( TDEMacros ) include( ConfigureChecks.cmake ) |