diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-03 22:40:12 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-03 22:40:12 +0900 |
commit | 960e54efee31fe2d530c7d6d6ada4c5bf7cbc89b (patch) | |
tree | c2e3b6efd1273d429ba453ee0d8dc22968d4b6be /CMakeL10n.txt | |
parent | 20616c2d72fbd12785620fb6a6d5957ecfde4115 (diff) | |
download | qalculate-tde-960e54efee31fe2d530c7d6d6ada4c5bf7cbc89b.tar.gz qalculate-tde-960e54efee31fe2d530c7d6d6ada4c5bf7cbc89b.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 16e3f52..233b58f 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 ) |