Files
OpenSpace/support/cmake/Directory.Build.Props.template
benpm fa9b788a06 added DISABLE_VCPKG CMake option, when enabled it disables vcpkg on Windows
this prevents some dependency conflicts from occurring, see linked issue for more info
fixes #3775
2025-10-01 17:06:49 -06:00

5 lines
118 B
Plaintext

<Project>
<PropertyGroup Label="Vcpkg">
<VcpkgEnabled>false</VcpkgEnabled>
</PropertyGroup>
</Project>