Remove cmake warning from cryptopp CMakeLists.txt

This commit is contained in:
Sebastian Messmer 2018-05-19 12:39:56 -07:00
parent 47ae3047e4
commit 97d2b21930
2 changed files with 9 additions and 8 deletions

1
vendor/README vendored
View File

@ -6,3 +6,4 @@ googletest: https://github.com/google/googletest/tree/release-1.8.0
spdlog: https://github.com/gabime/spdlog/tree/v0.16.3/include/spdlog
cryptopp: https://github.com/weidai11/cryptopp/tree/CRYPTOPP_7_0_0
- changed: added CMakeLists.txt and cryptopp-config.cmake from https://github.com/noloader/cryptopp-cmake/tree/7f3b3540740b365bed673936852d70795c0104f3
- changed: removed cmake warning from CMakeLists.txt

View File

@ -5,14 +5,14 @@
# from http://cmake.org/Wiki/CMake_Released_Versions.
# TODO: Decide if this still applies.
MESSAGE( STATUS
"*************************************************************************\n\
The Crypto++ library does not officially support CMake. CMake support is a\n\
community effort, and the library works with the folks using CMake to help\n\
improve it. If you find an issue then please fix it or report it at\n\
https://github.com/noloader/cryptopp-cmake.\n\
-- *************************************************************************"
)
#MESSAGE( STATUS
#"*************************************************************************\n\
#The Crypto++ library does not officially support CMake. CMake support is a\n\
#community effort, and the library works with the folks using CMake to help\n\
#improve it. If you find an issue then please fix it or report it at\n\
#https://github.com/noloader/cryptopp-cmake.\n\
#-- *************************************************************************"
#)
cmake_minimum_required(VERSION 2.8.5 FATAL_ERROR)