diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-03 22:40:09 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-03 22:40:09 +0900 |
commit | 0093e87a399002b0ae610e5f6c3be480e7d7fd70 (patch) | |
tree | dbd7cfd4850c5cee251a3409b5e86cf5c2d0dc57 /CMakeL10n.txt | |
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 <michele.calgaro@yahoo.it>
Diffstat (limited to 'CMakeL10n.txt')
-rw-r--r-- | CMakeL10n.txt | 1 |
1 files changed, 0 insertions, 1 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 ) |