diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-03 22:39:56 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-03 22:39:56 +0900 |
commit | a198c56607d4a2e3390e5583bf7eed19c7c9df0c (patch) | |
tree | fe227d02d47143c6c70331aae0e9b2b29660d545 | |
parent | 28bbdf70e4636be8a3f8ae886c151554e8089ba5 (diff) | |
download | desktop-effects-tde-a198c56607d4a2e3390e5583bf7eed19c7c9df0c.tar.gz desktop-effects-tde-a198c56607d4a2e3390e5583bf7eed19c7c9df0c.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 87a5ec5..db185ac 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 ) |