diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-04 16:23:46 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-04 16:23:46 +0900 |
| commit | b680165e962ae6064fc0d1df7a6c3cff46ab7da5 (patch) | |
| tree | c869179731e8d2cfa88bf910e78dfc9e2e967ad4 /CMakeLists.txt | |
| parent | 7edcd4c3a95fbd336d14053b51dc120f3f24de0c (diff) | |
| download | kile-b680165e.tar.gz kile-b680165e.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 c6a51f8..fa5a6c4 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 ) |
