mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
try to find vcpkg cryptopp with FindCryptoPP.cmake
This commit is contained in:
parent
eb078dce99
commit
f7e8e40ce2
|
@ -22,7 +22,7 @@ install:
|
|||
- cd ..
|
||||
|
||||
before_build:
|
||||
- cmake -H. -Bbuild -G"Visual Studio 14 2015" -DSTATIC=%STATIC% -DSAMPLES=ON -DBENCHMARKS=ON -DCMAKE_TOOLCHAIN_FILE=vcpkg/scripts/buildsystems/vcpkg.cmake -DCRYPTOPP_LIBRARY=vcpkg/installed/x86-windows/lib/cryptopp-static.lib
|
||||
- cmake -H. -Bbuild -G"Visual Studio 14 2015" -DSTATIC=%STATIC% -DSAMPLES=ON -DBENCHMARKS=ON -DCMAKE_TOOLCHAIN_FILE=vcpkg/scripts/buildsystems/vcpkg.cmake
|
||||
|
||||
build:
|
||||
project: build/tests/xlnt.test.sln
|
||||
|
|
2
third-party/FindCryptoPP.cmake
vendored
2
third-party/FindCryptoPP.cmake
vendored
|
@ -60,7 +60,7 @@ FIND_LIBRARY (CRYPTOPP_LIBRARY_DEBUG
|
|||
DOC "CryptoPP debug library")
|
||||
|
||||
FIND_LIBRARY (CRYPTOPP_LIBRARY_RELEASE
|
||||
NAMES cryptlib cryptopp
|
||||
NAMES cryptlib cryptopp cryptopp-static
|
||||
HINTS ${CRYPTOPP_ROOT_DIR}
|
||||
PATH_SUFFIXES lib
|
||||
DOC "CryptoPP release library")
|
||||
|
|
Loading…
Reference in New Issue
Block a user