mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
fix local cmake path
This commit is contained in:
parent
92eaaeee85
commit
70e520ef47
|
@ -22,7 +22,7 @@ install:
|
|||
- cd ..
|
||||
|
||||
before_build:
|
||||
- vcpkg\downloads\cmake-3.8.0-rc1-win32-x86\bin\cmake.exe -H. -Bbuild -G"Visual Studio 14 2015" -DSTATIC=%STATIC% -DSAMPLES=ON -DBENCHMARKS=ON -DCMAKE_TOOLCHAIN_FILE=vcpkg/scripts/buildsystems/vcpkg.cmake -DCMAKE_ROOT=vcpkg/downloads/cmake-3.8.0-rc1-win32-x86 -DCRYPTOPP_LIBRARY=vcpkg/installed/x86-windows/lib/cryptopp-static.lib
|
||||
- vcpkg\downloads\cmake-3.8.0-rc1-win32-x86\bin\cmake.exe -H. -Bbuild -G"Visual Studio 14 2015" -DSTATIC=%STATIC% -DSAMPLES=ON -DBENCHMARKS=ON -DCMAKE_TOOLCHAIN_FILE=vcpkg/scripts/buildsystems/vcpkg.cmake -DCMAKE_ROOT=vcpkg/downloads/cmake-3.8.0-rc1-win32-x86/share/cmake-3.8 -DCRYPTOPP_LIBRARY=vcpkg/installed/x86-windows/lib/cryptopp-static.lib
|
||||
|
||||
build:
|
||||
project: build/tests/xlnt.test.sln
|
||||
|
|
Loading…
Reference in New Issue
Block a user