Skip to content

Commit

Permalink
Merge pull request #4709 from JoergAtGithub/windows_buildenv_cmakeToo…
Browse files Browse the repository at this point in the history
…lchain_setting

Added missing cmakeToolchain path setting to windows_buildenv.bat
  • Loading branch information
daschuer authored Jun 12, 2022
2 parents d5adcf7 + eed19d4 commit 326ea88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/windows_buildenv.bat
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,8 @@ REM Generate CMakeSettings.json which is read by MS Visual Studio to determine t
CALL :AddCMakeVar2CMakeSettings_JSON "VINYLCONTROL" "BOOL" "True"
SET variableElementTermination=
CALL :AddCMakeVar2CMakeSettings_JSON "WAVPACK" "BOOL" "True"
>>%CMakeSettings% echo ]
>>%CMakeSettings% echo ],
>>%CMakeSettings% echo "cmakeToolchain": "!VCPKG_ROOT:\=\\!\\scripts\\buildsystems\\vcpkg.cmake"
>>%CMakeSettings% echo }!configElementTermination!
GOTO :EOF

Expand Down

0 comments on commit 326ea88

Please sign in to comment.