diff options
author | Michele Calgaro <[email protected]> | 2022-05-04 16:23:38 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-05-04 16:23:38 +0900 |
commit | 80bbab539fc2bb7e4680ed08c2c1c24c923d730d (patch) | |
tree | 0aae215545dcd9b040c266b409aefb508e08fa96 | |
parent | 7aa1d6c33afc5f5e5806dedd98a2e7b60cc0913c (diff) | |
download | gwenview-i18n-80bbab539fc2bb7e4680ed08c2c1c24c923d730d.tar.gz gwenview-i18n-80bbab539fc2bb7e4680ed08c2c1c24c923d730d.zip |
Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index cf3a226..60f7ba7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,7 +25,6 @@ include( FindPkgConfig ) ##### include our cmake modules ################# -set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" ) include( TDEMacros ) |