mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
FindwxWidgets.cmake: Treat CygWin as unix rather than undefined
This commit is contained in:
parent
b66a584a8a
commit
9ff394e72a
@ -198,9 +198,7 @@ endif()
|
|||||||
if(WIN32 AND NOT CYGWIN AND NOT MSYS AND NOT CMAKE_HOST_UNIX )
|
if(WIN32 AND NOT CYGWIN AND NOT MSYS AND NOT CMAKE_HOST_UNIX )
|
||||||
set(wxWidgets_FIND_STYLE "win32")
|
set(wxWidgets_FIND_STYLE "win32")
|
||||||
else()
|
else()
|
||||||
if(CMAKE_HOST_UNIX OR MSYS)
|
set(wxWidgets_FIND_STYLE "unix")
|
||||||
set(wxWidgets_FIND_STYLE "unix")
|
|
||||||
endif()
|
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
#=====================================================================
|
#=====================================================================
|
||||||
|
Loading…
x
Reference in New Issue
Block a user