Skip to content
Snippets Groups Projects
Verified Commit e438fc10 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Shorten hunter dir path

parent e490ef95
No related branches found
No related tags found
No related merge requests found
Pipeline #879 passed
......@@ -15,7 +15,7 @@ environment:
cache:
- c:\hunter\
- c:\h\
- 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:\hunter"
-DHUNTER_ROOT="C:\h"
-DHUNTER_ENABLED=ON -DBUILD_SHARED_LIBS=OFF -DUSE_BUNDLED_OPENSSL=ON
-DCMAKE_BUILD_TYPE=Release -DHUNTER_CONFIGURATION_TYPES=Release
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment