diff options
author | Michele Calgaro <[email protected]> | 2022-05-04 16:23:41 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-05-04 16:23:41 +0900 |
commit | 6965e59c5e6321509950afe800a91b01f3a1ac12 (patch) | |
tree | 50ba14d37f2246bf40f442e8c381029bf7314284 /CMakeLists.txt | |
parent | ba7112d853d71ca6f15b5fc3618cac5b3feb0704 (diff) | |
download | kvpnc-6965e59c5e6321509950afe800a91b01f3a1ac12.tar.gz kvpnc-6965e59c5e6321509950afe800a91b01f3a1ac12.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 6b68a20..dfc1ad9 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 ) |