diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-03 22:39:58 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-03 22:39:58 +0900 |
commit | 9df4fd95ec4f01a91c7e22e244f1179bf8c9acb2 (patch) | |
tree | f98d1a7bf4fb40605839a36ac6b0f766208d5b3c | |
parent | 99cf1514c74cf77bae9f5b6b458c173e957035c3 (diff) | |
download | kaffeine-mozilla-9df4fd95ec4f01a91c7e22e244f1179bf8c9acb2.tar.gz kaffeine-mozilla-9df4fd95ec4f01a91c7e22e244f1179bf8c9acb2.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 009ec50..e306cf9 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 ) |