summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-05-04 16:23:31 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-05-04 16:23:31 +0900
commitb4595aac7ff380d28363ff8a5385c68997e3c1ae (patch)
tree1221ae0473cef978c8308d688b0d0f1369bf8923
parentc6171275dad270f7248abdbe3c375f29e0c0366a (diff)
downloadlibr-b4595aac7ff380d28363ff8a5385c68997e3c1ae.tar.gz
libr-b4595aac7ff380d28363ff8a5385c68997e3c1ae.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 158577b..757a381 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -31,7 +31,6 @@ include( CheckSymbolExists )
##### include our cmake modules #################
-set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" )
include( TDEMacros )