diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-03 22:39:51 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-03 22:39:51 +0900 |
commit | 81f42c56d8955019b65f8148ef4d323a73c0fe3a (patch) | |
tree | bde2ba58c9dbbecfad88e20837bf7a08218e73c3 /CMakeLists.txt | |
parent | 7b55ba577649cfa2cde563cc2677f06e0cfd8ae6 (diff) | |
download | kdiff3-81f42c56d8955019b65f8148ef4d323a73c0fe3a.tar.gz kdiff3-81f42c56d8955019b65f8148ef4d323a73c0fe3a.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 bea3468..5ec9866 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,7 +29,6 @@ include( CheckCXXSourceCompiles ) #### include our cmake modules -set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" ) include( TDEMacros ) |