diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-04 16:23:41 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-04 16:23:41 +0900 |
commit | 683fe74fc803465785214cd7e03801cadff90e26 (patch) | |
tree | 774bb430a58785be92af43b9358b745fb1a13c1b | |
parent | 56eed6d353baab6322727510629ed85735d830f3 (diff) | |
download | compizconfig-backend-tdeconfig-683fe74fc803465785214cd7e03801cadff90e26.tar.gz compizconfig-backend-tdeconfig-683fe74fc803465785214cd7e03801cadff90e26.zip |
Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index e625172..880cf49 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 ) |