diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-04 16:23:36 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-04 16:23:36 +0900 |
commit | de6788920b1424cddbe6e8b47b7aba19414a92a8 (patch) | |
tree | 7eabc355668a73d3582b85585d03017fab4c7b2d /CMakeLists.txt | |
parent | fd7ea8ed365353312e3bb42ead5acb67f3dd5d67 (diff) | |
download | kdbg-de6788920b1424cddbe6e8b47b7aba19414a92a8.tar.gz kdbg-de6788920b1424cddbe6e8b47b7aba19414a92a8.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 19480fc..37180e6 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 ) |