Update build/cmake/options.cmake

Co-Authored-By: Maarten <MaartenBent@users.noreply.github.com>
This commit is contained in:
Deamhan
2019-07-13 18:51:19 +03:00
committed by GitHub
parent fbac773fed
commit 242ecbb185

View File

@@ -26,7 +26,7 @@ mark_as_advanced(wxBUILD_CUSTOM_SETUP_HEADER_PATH)
wx_option(wxBUILD_DEBUG_LEVEL "Debug Level" Default STRINGS Default 0 1 2)
mark_as_advanced(wxBUILD_DEBUG_LEVEL)
if(MSVC OR CMAKE_COMPILER_IS_GNUCC)
if(NOT APPLE)
wx_option(wxBUILD_USE_STATIC_RUNTIME "Link using the static runtime library" OFF)
endif()