summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-05-04 16:23:45 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-05-04 16:23:45 +0900
commit9b4881ae69bdc0928c9907dd2008702b66e8dd8d (patch)
tree047a198a87c64fa8ac3cb17eb6c9b0185efda01f
parente89648d8d7191dfeeb11ffb3266fd72eea4e8d16 (diff)
downloadkeximdb-9b4881ae.tar.gz
keximdb-9b4881ae.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 458d407..8e554a1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -29,7 +29,6 @@ include( CheckCXXSourceCompiles )
#### include our cmake modules
-set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" )
include( TDEMacros )