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
commit9f2ffb32cfd3552c50be538def1298e78f2d8412 (patch)
tree09c92efaad11e08ae0cffb176974cb040b9451af
parent3d29aa4f852813f6839ef930a5dba8ef7747eaa7 (diff)
downloadlibart-lgpl-9f2ffb32.tar.gz
libart-lgpl-9f2ffb32.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 1868bae..93a3959 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 )