diff --git a/build/cmake/options.cmake b/build/cmake/options.cmake index 1b0427f088..fd0dab3cbe 100644 --- a/build/cmake/options.cmake +++ b/build/cmake/options.cmake @@ -93,7 +93,7 @@ wx_option(wxUSE_APPLE_IEEE "use the Apple IEEE codec") wx_option(wxUSE_ARCHIVE_STREAMS "use wxArchive streams") wx_option(wxUSE_BASE64 "use base64 encoding/decoding functions") wx_option(wxUSE_STACKWALKER "use wxStackWalker class for getting backtraces") -wx_option(wxUSE_ON_FATAL_EXCEPTION "catch signals in wxApp::OnFatalException (Unix only)") +wx_option(wxUSE_ON_FATAL_EXCEPTION "catch signals in wxApp::OnFatalException") wx_option(wxUSE_CMDLINE_PARSER "use wxCmdLineParser class") wx_option(wxUSE_DATETIME "use wxDateTime class") wx_option(wxUSE_DEBUGREPORT "use wxDebugReport class")