diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-04 16:23:44 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-04 16:23:44 +0900 |
commit | 6d260e1843868702253c760cc273e865887fbb0a (patch) | |
tree | 48451c60184fb3c911e0942460e5cf5a88d7c9f3 /CMakeLists.txt | |
parent | 45108680ac6d4b7722d5ba65b7457d88bc6fd4cd (diff) | |
download | kaffeine-6d260e1843868702253c760cc273e865887fbb0a.tar.gz kaffeine-6d260e1843868702253c760cc273e865887fbb0a.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 6336811..612b5dc 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 ) |