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 | aa3cdfd2c3b26b96df2a39a77b91f6deb6cee05f (patch) | |
tree | c2561026dd8769f5ac3e5e8bad5c8337058df1a0 | |
parent | c91f6e235389f8c58c512ef0181294f4bc2c9afe (diff) | |
download | k3b-aa3cdfd2c3b26b96df2a39a77b91f6deb6cee05f.tar.gz k3b-aa3cdfd2c3b26b96df2a39a77b91f6deb6cee05f.zip |
Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r-- | CMakeL10n.txt | 1 | ||||
-rw-r--r-- | CMakeLists.txt | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt index e8f26ca..73f8c2e 100644 --- a/CMakeL10n.txt +++ b/CMakeL10n.txt @@ -14,7 +14,6 @@ cmake_minimum_required( VERSION 3.1 ) ##### include our cmake modules ################# -set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" ) include( TDEL10n ) diff --git a/CMakeLists.txt b/CMakeLists.txt index 736cdea..ca42bb2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,7 +31,6 @@ include( CheckSymbolExists ) ##### include our cmake modules ################# -set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" ) include( TDEMacros ) |