diff options
author | Michele Calgaro <[email protected]> | 2022-05-03 22:40:09 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-05-03 22:40:09 +0900 |
commit | 0093e87a399002b0ae610e5f6c3be480e7d7fd70 (patch) | |
tree | dbd7cfd4850c5cee251a3409b5e86cf5c2d0dc57 | |
parent | cf00e23a57a63647a26467fa3da90bc346b74f25 (diff) | |
download | twin-style-suse2-0093e87a399002b0ae610e5f6c3be480e7d7fd70.tar.gz twin-style-suse2-0093e87a399002b0ae610e5f6c3be480e7d7fd70.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 19adbff..8c4c584 100644 --- a/CMakeL10n.txt +++ b/CMakeL10n.txt @@ -11,7 +11,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 a121cb9..af8fdf3 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 ) |