CMake: Remove iOS workaround

Not needed anymore since the fix in 60c620c28c.

Closes https://github.com/wxWidgets/wxWidgets/pull/2308
This commit is contained in:
Maarten Bent
2021-04-05 21:26:04 +02:00
committed by Vadim Zeitlin
parent e961ca8617
commit c968e49b13
2 changed files with 3 additions and 3 deletions

View File

@@ -90,7 +90,7 @@ function(wx_write_config)
set(WX_CHARTYPE ansi)
set(lib_unicode_suffix)
endif()
if(CMAKE_CROSSCOMPILING AND NOT IPHONE)
if(CMAKE_CROSSCOMPILING)
set(cross_compiling yes)
set(host_alias ${CMAKE_SYSTEM_NAME})
else()