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:
@@ -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()
|
||||
# -----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user