diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-04 16:23:32 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-04 16:23:32 +0900 |
commit | aa57b64e7163755d1e77fe6ddf940642f916e057 (patch) | |
tree | 2a6e435714e22ec65a56fc2aaf7b6e1bec44f9a8 | |
parent | 472e88374b516d3ac23fc0f2d8e390869a6cbfda (diff) | |
download | tqca-aa57b64e7163755d1e77fe6ddf940642f916e057.tar.gz tqca-aa57b64e7163755d1e77fe6ddf940642f916e057.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 045c2d9..3bbff02 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,7 +30,6 @@ include( GNUInstallDirs OPTIONAL ) #### include our cmake modules -set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" ) include( TDEMacros ) |