diff options
author | Michele Calgaro <[email protected]> | 2022-05-03 22:39:51 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-05-03 22:39:51 +0900 |
commit | 63f104f73c4c638da0e711d538069aadaae4af46 (patch) | |
tree | 77926855d442b912037f9786298515b59619ae4b /CMakeLists.txt | |
parent | 61fc2a2a393788172ab2ad949330fd5a09c5389e (diff) | |
download | kscope-63f104f73c4c638da0e711d538069aadaae4af46.tar.gz kscope-63f104f73c4c638da0e711d538069aadaae4af46.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 69c53a3..c921a04 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,7 +30,6 @@ include( CheckCXXSourceCompiles ) #### include our cmake modules -set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" ) include( TDEMacros ) |