diff options
author | Michele Calgaro <[email protected]> | 2022-05-04 16:23:43 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-05-04 16:23:43 +0900 |
commit | 77c6e420ad30c9231581ffb0c6cf4fd0012c7a41 (patch) | |
tree | e0718f14071b3f8e187f7165203f0cd165b9b23f | |
parent | 960e5799872070c58bdef3094a7dc967565aebc4 (diff) | |
download | k3b-i18n-77c6e420ad30c9231581ffb0c6cf4fd0012c7a41.tar.gz k3b-i18n-77c6e420ad30c9231581ffb0c6cf4fd0012c7a41.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 450e945..dd36b0f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,7 +25,6 @@ include( FindPkgConfig ) # required for find_package( TDE ) ##### include our cmake modules ################# -set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" ) include( TDEMacros ) |