summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-05-03 22:39:45 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-05-03 22:39:45 +0900
commitf6f78423419cf70d6462b87d4638c6288d4f62ba (patch)
tree9dab98316fc427caf52774f32671984df6ef470d
parent4feebc179a0b455239495b034f131f3a720f2647 (diff)
downloadtqscintilla-f6f78423419cf70d6462b87d4638c6288d4f62ba.tar.gz
tqscintilla-f6f78423419cf70d6462b87d4638c6288d4f62ba.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 36c5298..7196a4d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -30,7 +30,6 @@ include( GNUInstallDirs OPTIONAL )
#### include our cmake modules
-set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" )
include( TDEMacros )