summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-05-04 16:23:43 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-05-04 16:23:43 +0900
commit77c6e420ad30c9231581ffb0c6cf4fd0012c7a41 (patch)
treee0718f14071b3f8e187f7165203f0cd165b9b23f
parent960e5799872070c58bdef3094a7dc967565aebc4 (diff)
downloadk3b-i18n-77c6e420.tar.gz
k3b-i18n-77c6e420.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 450e945..dd36b0f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -25,7 +25,6 @@ include( FindPkgConfig ) # required for find_package( TDE )
##### include our cmake modules #################
-set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" )
include( TDEMacros )