[osmium-tool] 95/97: Remove now superfluous cmake script to find libcrypto++.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Tue Jul 21 20:15:40 UTC 2015


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to tag v1.0.0
in repository osmium-tool.

commit 893f55ddd729781c0a40ff2f8ad5a8826e00a1e5
Author: Jochen Topf <jochen at topf.org>
Date:   Wed Mar 4 14:54:37 2015 +0100

    Remove now superfluous cmake script to find libcrypto++.
---
 cmake/FindCryptopp.cmake | 28 ----------------------------
 1 file changed, 28 deletions(-)

diff --git a/cmake/FindCryptopp.cmake b/cmake/FindCryptopp.cmake
deleted file mode 100644
index 54d9a54..0000000
--- a/cmake/FindCryptopp.cmake
+++ /dev/null
@@ -1,28 +0,0 @@
-# - Find cryptopp
-# Find the native CRYPTOPP headers and libraries.
-#
-#  CRYPTOPP_INCLUDE_DIRS - where to find include files
-#  CRYPTOPP_LIBRARIES    - List of libraries when using cryptopp.
-#  CRYPTOPP_FOUND        - True if cryptopp found.
-
-# The library is called 'crypto++' on Linux, on OS/X it is called 'cryptopp'.
-
-# Look for the header file.
-find_path(CRYPTOPP_INCLUDE_DIR NAMES cryptopp/sha.h)
-
-# Look for the library.
-find_library(CRYPTOPP_LIBRARY NAMES cryptopp libcryptopp crypto++ libcrypto++)
-
-# handle the QUIETLY and REQUIRED arguments and set CRYPTOPP_FOUND to TRUE if
-# all listed variables are TRUE
-include(FindPackageHandleStandardArgs)
-find_package_handle_standard_args(CRYPTOPP
-                                  REQUIRED_VARS CRYPTOPP_LIBRARY CRYPTOPP_INCLUDE_DIR)
-
-# Copy the results to the output variables.
-if(CRYPTOPP_FOUND)
-  set(CRYPTOPP_INCLUDE_DIRS ${CRYPTOPP_INCLUDE_DIR})
-  set(CRYPTOPP_LIBRARIES ${CRYPTOPP_LIBRARY})
-  add_definitions(-DOSMIUM_WITH_CRYPTOPP)
-endif()
-

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/osmium-tool.git



More information about the Pkg-grass-devel mailing list