diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-03 22:39:45 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-03 22:39:45 +0900 |
commit | 9f2ffb32cfd3552c50be538def1298e78f2d8412 (patch) | |
tree | 09c92efaad11e08ae0cffb176974cb040b9451af | |
parent | 3d29aa4f852813f6839ef930a5dba8ef7747eaa7 (diff) | |
download | libart-lgpl-9f2ffb32cfd3552c50be538def1298e78f2d8412.tar.gz libart-lgpl-9f2ffb32cfd3552c50be538def1298e78f2d8412.zip |
Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | CMakeLists.txt | 1 |
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 ) |