summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-05-03 22:39:44 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-05-03 22:39:44 +0900
commit33d141259991cbb5896268de24f778a3c70ae750 (patch)
treefe3a380ee966034a78cab3f0a32a44db761fb2df
parent3faef26fb3684c2bd11b6ef5cc347e6c7ac906d4 (diff)
downloadtqtinterface-33d14125.tar.gz
tqtinterface-33d14125.zip
Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d004b86..ddbacf0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -37,7 +37,6 @@ include( GNUInstallDirs OPTIONAL )
##### include our cmake modules
-set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" )
include( TDEMacros )