You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
option(BUILD_HIGH_RESOLUTION_WORLD_MAP"Compile the high resolution maps for geoplots"ON)
39
-
option(BUILD_FOR_DOCUMENTATION_IMAGES"Bypass wait() commands and save figures as .svg at destruction"OFF)
48
+
option(BUILD_FOR_DOCUMENTATION_IMAGES"Bypass show() commands and save figures as .svg at destruction"OFF)
40
49
option(BUILD_EXPERIMENTAL_OPENGL_BACKEND"Compile target with the experimental OpenGL backend"OFF)
41
-
option(BUILD_WITH_PEDANTIC_WARNINGS"Use pedantic warnings. This is useful for developers because many of these warnings will be in continuous integration anyway."OFF)
50
+
option(BUILD_WITH_PEDANTIC_WARNINGS"Use pedantic warnings. This is useful for developers because many of these warnings will be in continuous integration anyway."${DEBUG_MODE})
42
51
option(BUILD_WITH_UTF8"Accept utf-8 in MSVC by default."ON)
0 commit comments