summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-05-04 16:23:30 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-05-04 16:23:30 +0900
commit1adc3202d26f0f78793ae8dfa6bf39d2f7caccd3 (patch)
treeaabbe506640ea12dcf018298eff56063596f2fd8
parent4b588b17bee256d2f080aac2af23e51d9715fcff (diff)
downloadarts-1adc3202.tar.gz
arts-1adc3202.zip
Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 49f69e9..65ca8a8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -24,7 +24,7 @@ include( FindPkgConfig )
##### include our cmake modules #################
-set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" )
+
include( TDEMacros )