diff options
author | Michele Calgaro <[email protected]> | 2022-05-04 16:23:44 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-05-04 16:23:44 +0900 |
commit | e54836d8a77dbb21df39b7631c368e485620c74a (patch) | |
tree | bbe3f664276178df0fd7a99d4c1bcd92675fc961 /CMakeLists.txt | |
parent | c87f466d984d062b57bbd764e515a09a9fd7a99a (diff) | |
download | kaffeine-mozilla-e54836d8a77dbb21df39b7631c368e485620c74a.tar.gz kaffeine-mozilla-e54836d8a77dbb21df39b7631c368e485620c74a.zip |
Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.
Signed-off-by: Michele Calgaro <[email protected]>
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 1da54f1..3872e71 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 ) |