diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-04 16:23:31 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-04 16:23:31 +0900 |
commit | bc097f68f93d304f65b1f850acc0d9aaec55b3cb (patch) | |
tree | 746bb712941220cea0e4d7186c7fef80e708d3c7 /CMakeLists.txt | |
parent | dc7930bcc978d8f7a76610314211987626fd535c (diff) | |
download | dbus-tqt-bc097f68f93d304f65b1f850acc0d9aaec55b3cb.tar.gz dbus-tqt-bc097f68f93d304f65b1f850acc0d9aaec55b3cb.zip |
Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 87ed994..46c0d1c 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 ) |