diff options
author | Michele Calgaro <[email protected]> | 2022-05-03 22:39:56 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-05-03 22:39:56 +0900 |
commit | c99f8f493dfb008b708bd7200eb0db7f3f5b2a77 (patch) | |
tree | 7e97f3633b28e8dfac358dfb50f7b8877d2dcce0 | |
parent | 21d806fafbbfe6240487c160a68a5cf30257ffe9 (diff) | |
download | compizconfig-backend-tdeconfig-c99f8f493dfb008b708bd7200eb0db7f3f5b2a77.tar.gz compizconfig-backend-tdeconfig-c99f8f493dfb008b708bd7200eb0db7f3f5b2a77.zip |
Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7d447a4..0f8a1bd 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 ) |