Skip to content

Commit

Permalink
Merge pull request #1459 from frantisekz/master
Browse files Browse the repository at this point in the history
Degrade GTK3 Fatal Error to Warning
  • Loading branch information
gregory38 committed Jul 15, 2016
2 parents 25bc2df + 2c74ff1 commit f9ebc0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/BuildParameters.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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()

0 comments on commit f9ebc0b

Please sign in to comment.