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 | |
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]>
-rw-r--r-- | CMakeL10n.txt | 1 | ||||
-rw-r--r-- | CMakeLists.txt | 1 |
2 files changed, 0 insertions, 2 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 ) diff --git a/CMakeLists.txt b/CMakeLists.txt index dbeb6e8..1c20c01 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,7 +28,6 @@ include( CheckCXXSourceCompiles ) #### include our cmake modules -set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" ) include( TDEMacros ) |