diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-04 16:23:39 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-04 16:23:39 +0900 |
| commit | 2e4119f6394c1712538813283024944baca43bd8 (patch) | |
| tree | 4cb6aa74b9236bd1dfbadc25a7630b2b564020f3 /CMakeLists.txt | |
| parent | cddd5ffc415aa89493bc9a8ad9284d2b11d85598 (diff) | |
| download | kftpgrabber-2e4119f6.tar.gz kftpgrabber-2e4119f6.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 e1eb200..20cd637 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 ) |
