diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-04 16:23:54 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-04 16:23:54 +0900 |
commit | 856cc9c4cfdfe9b84d43980801d8671f9ded413b (patch) | |
tree | 56ff82c9d06243fe01ee6e196b424de71fb81883 /CMakeLists.txt | |
parent | 9052ba86223fb3b06b9b2c349dd9442cab44909d (diff) | |
download | tde-style-ia-ora-856cc9c4cfdfe9b84d43980801d8671f9ded413b.tar.gz tde-style-ia-ora-856cc9c4cfdfe9b84d43980801d8671f9ded413b.zip |
Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 3083646..98add42 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 ) |