summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-05-04 16:23:41 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-05-04 16:23:41 +0900
commit6965e59c5e6321509950afe800a91b01f3a1ac12 (patch)
tree50ba14d37f2246bf40f442e8c381029bf7314284 /CMakeLists.txt
parentba7112d853d71ca6f15b5fc3618cac5b3feb0704 (diff)
downloadkvpnc-6965e59c5e6321509950afe800a91b01f3a1ac12.tar.gz
kvpnc-6965e59c5e6321509950afe800a91b01f3a1ac12.zip
Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
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 )