diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-04 16:23:50 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-04 16:23:50 +0900 |
commit | 10b15f9949a02d8ee3a1c536ff4abcccb49cd5a8 (patch) | |
tree | cbc7cfb1e16014dad46fca399a60ab2c05db1957 /CMakeL10n.txt | |
parent | bc55ca7a3c5bcdbb60080213d1b1c87109a46e74 (diff) | |
download | knemo-10b15f9949a02d8ee3a1c536ff4abcccb49cd5a8.tar.gz knemo-10b15f9949a02d8ee3a1c536ff4abcccb49cd5a8.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 f18984d..a91bd2a 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 ) |