diff options
author | Michele Calgaro <[email protected]> | 2022-05-04 16:23:31 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-05-04 16:23:31 +0900 |
commit | 086ceb850dd3380fecca37bb6422705a82438b9e (patch) | |
tree | ec32dd8602cd113371be591ce603975591bc52ff /CMakeLists.txt | |
parent | 3ba0d5d71f13792894e9660bb53f9c85b7108aa6 (diff) | |
download | libart-lgpl-086ceb850dd3380fecca37bb6422705a82438b9e.tar.gz libart-lgpl-086ceb850dd3380fecca37bb6422705a82438b9e.zip |
Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
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 ) |