diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-03 22:40:06 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-03 22:40:06 +0900 |
commit | b40e8f96aa997e6765a3187edcb3402a02659f5a (patch) | |
tree | 06dce935ec79101cf9b70b2ced541387c4a5857b /CMakeLists.txt | |
parent | 6a88821ebb0a60fe5ae86f3fd0fdf9fa04279622 (diff) | |
download | tdesshaskpass-b40e8f96aa997e6765a3187edcb3402a02659f5a.tar.gz tdesshaskpass-b40e8f96aa997e6765a3187edcb3402a02659f5a.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.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index e8b6706..46447c6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,7 +29,6 @@ include( FindPkgConfig ) ##### include our cmake modules ################# -set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" ) include( TDEMacros ) |