diff options
author | Michele Calgaro <[email protected]> | 2022-05-03 22:39:48 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-05-03 22:39:48 +0900 |
commit | f5aba5631dd968fcbc6b9bcdb59ae921d2d9fbe8 (patch) | |
tree | fccb277a4fcffb2aa7044f7aa8ce96286b0f5de2 /CMakeL10n.txt | |
parent | b49b454cfdf0cc1c8ca64c457fcbd22476cc14a4 (diff) | |
download | tdeadmin-f5aba5631dd968fcbc6b9bcdb59ae921d2d9fbe8.tar.gz tdeadmin-f5aba5631dd968fcbc6b9bcdb59ae921d2d9fbe8.zip |
Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.
Signed-off-by: Michele Calgaro <[email protected]>
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 3a761f7..59e062a 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 ) |