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
commit7ab2e21aba3722af27e96d5848a74815ae93d399 (patch)
tree9022601b24fe65383fb37bd499ff832ed16c50da
parent8dab5441ae50bca6deef9bc1b092bf4d8d477ac1 (diff)
downloadtqscintilla-7ab2e21aba3722af27e96d5848a74815ae93d399.tar.gz
tqscintilla-7ab2e21aba3722af27e96d5848a74815ae93d399.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 17c2a44..9b30066 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 )