diff options
author | Michele Calgaro <[email protected]> | 2022-05-03 22:40:05 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-05-03 22:40:05 +0900 |
commit | 176e596e7a3c384f1e58a5eff2fad48d0c4ae29c (patch) | |
tree | 9e8748b7101a4890563737053bade6c211e136dd | |
parent | 3a0143eacb396e9deeff97566c01504c5b682459 (diff) | |
download | smartcardauth-176e596e7a3c384f1e58a5eff2fad48d0c4ae29c.tar.gz smartcardauth-176e596e7a3c384f1e58a5eff2fad48d0c4ae29c.zip |
Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r-- | CMakeLists.txt | 1 |
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 ) |