diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-03 22:39:48 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-03 22:39:48 +0900 |
commit | d05857f09f400e6b2d20b0e038cf636267b609e1 (patch) | |
tree | dfac4a452e72efa284fc2a02cbf1b6863d19ce6e /CMakeLists.txt | |
parent | b7d4fe37c2f6bde86aac3f8a4da859fdb2f092e1 (diff) | |
download | tdeaccessibility-d05857f09f400e6b2d20b0e038cf636267b609e1.tar.gz tdeaccessibility-d05857f09f400e6b2d20b0e038cf636267b609e1.zip |
Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d5474eb..44fee1c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,7 +30,6 @@ include( CheckCXXSourceCompiles ) #### include our cmake modules -set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" ) include( TDEMacros ) enable_testing( ) |