mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-10-30 09:30:47 +03:00
Don't specify hunter build targets on windows CI
This commit is contained in:
parent
f755550418
commit
1271af6962
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ build_script:
|
|||
- cmake -G "Visual Studio 16 2019" -A x64 -H. -Bbuild
|
||||
-DHUNTER_ROOT="C:\hunter"
|
||||
-DHUNTER_ENABLED=ON -DBUILD_SHARED_LIBS=OFF
|
||||
-DCMAKE_BUILD_TYPE=Release -DHUNTER_CONFIGURATION_TYPES=Release
|
||||
-DCMAKE_BUILD_TYPE=Release # -DHUNTER_CONFIGURATION_TYPES=Release
|
||||
|
||||
- cmake --build build --config Release
|
||||
|
||||
|
|
Loading…
Reference in a new issue