Use old hunter directory

This commit is contained in:
Joseph Donofry 2021-03-17 14:27:24 -04:00
parent dd1ed7e3fb
commit 9754b94364
No known key found for this signature in database
GPG Key ID: E8A1D78EF044B0CB
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ environment:
cache:
- c:\h\
- c:\hunter\
- build\_deps -> appveyor.yml
build:
@ -47,7 +47,7 @@ build_script:
# Build nheko
- cmake -G "Visual Studio 16 2019" -A x64 -H. -Bbuild
-DHUNTER_ROOT="C:\h"
-DHUNTER_ROOT="C:\hunter"
-DHUNTER_ENABLED=ON -DBUILD_SHARED_LIBS=OFF -DUSE_BUNDLED_OPENSSL=ON
-DCMAKE_BUILD_TYPE=Release -DHUNTER_CONFIGURATION_TYPES=Release