summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-05-03 22:40:05 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-05-03 22:40:05 +0900
commit176e596e7a3c384f1e58a5eff2fad48d0c4ae29c (patch)
tree9e8748b7101a4890563737053bade6c211e136dd
parent3a0143eacb396e9deeff97566c01504c5b682459 (diff)
downloadsmartcardauth-176e596e.tar.gz
smartcardauth-176e596e.zip
Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c9cb854..97aeec7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -28,7 +28,6 @@ include( CheckCSourceCompiles )
#### include our cmake modules
-set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" )
include( TDEMacros )