diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-03 22:39:59 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-03 22:39:59 +0900 |
commit | 2e999a9665223bf3ab4816a5e580a6488c088455 (patch) | |
tree | 53efbad6d1a0461d599622ad496048c292bd9213 | |
parent | 3f7a3f41e344956964ff262d58dd484ef2c078af (diff) | |
download | soundkonverter-2e999a9665223bf3ab4816a5e580a6488c088455.tar.gz soundkonverter-2e999a9665223bf3ab4816a5e580a6488c088455.zip |
Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-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 ) |