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
commit086ceb850dd3380fecca37bb6422705a82438b9e (patch)
treeec32dd8602cd113371be591ce603975591bc52ff
parent3ba0d5d71f13792894e9660bb53f9c85b7108aa6 (diff)
downloadlibart-lgpl-086ceb85.tar.gz
libart-lgpl-086ceb85.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 3ee02e5..5bc885b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -33,7 +33,6 @@ include( CheckCSourceCompiles )
#### include our cmake modules
-set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" )
include( TDEMacros )