Degrade GTK3 Fatal Error to Warning

This commit is contained in:
František Zatloukal 2016-07-13 02:08:14 +02:00
parent 093704f073
commit 2c74ff1e54
1 changed files with 1 additions and 1 deletions

View File

@ -402,6 +402,6 @@ string(STRIP "${CMAKE_CXX_FLAGS} ${DEFAULT_CPP_FLAG}" CMAKE_CXX_FLAGS)
#-------------------------------------------------------------------------------
if(CMAKE_BUILD_TYPE MATCHES "Release" OR PACKAGE_MODE)
if (GTK3_API)
message(FATAL_ERROR "GTK3 is highly experimental besides it requires a wxWidget built with __WXGTK3__ support !!!")
message(WARNING "GTK3 is highly experimental besides it requires a wxWidget built with __WXGTK3__ support !!!")
endif()
endif()