CMake: windows: disable vcpkg for blendthumb

vcpkg was once more sticking its libraries where
we do not want them. Hopefully this will be the
last of it.
This commit is contained in:
Ray Molenkamp 2023-12-22 13:35:51 -07:00
parent ac1c75f3d0
commit 079a752a20
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ if(WIN32)
target_link_libraries(BlendThumb bf_blenlib dbghelp.lib Version.lib)
set_target_properties(BlendThumb PROPERTIES LINK_FLAGS_DEBUG "/NODEFAULTLIB:msvcrt")
set_target_properties(BlendThumb PROPERTIES VS_GLOBAL_VcpkgEnabled "false")
else()
# -----------------------------------------------------------------------------