mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-13 17:53:11 +02:00
Disable WX_USE_REL_AND_DBG under vcpkg as it doesnt really play nice with lib and debug/lib
This is usually fixed by the hackjob in vcpkg for the wxwidgets find module being so...crazy
This commit is contained in:
parent
4bfeddcc8d
commit
5f145d02bd
@ -625,6 +625,10 @@ if(wxWidgets_FIND_STYLE STREQUAL "win32")
|
||||
set(WX_USE_REL_AND_DBG FALSE)
|
||||
endif()
|
||||
|
||||
if( VCPKG_TOOLCHAIN )
|
||||
set(WX_USE_REL_AND_DBG FALSE)
|
||||
endif()
|
||||
|
||||
# Get configuration parameters from the name.
|
||||
WX_GET_NAME_COMPONENTS(${wxWidgets_CONFIGURATION} PF UNV UCD DBG)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user