This commit is contained in:
张壹 2025-02-08 20:51:05 +08:00
parent a6f89f0922
commit 3223f001a8
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ project(GCTL_GRAPHIC VERSION 1.0)
include(CMakePackageConfigHelpers)
option(GCTL_GRAPHIC_GMT "Use the GMT library" ON)
option(GCTL_GRAPHIC_MATHGL "Use the MathGL2 library" ON)
option(GCTL_GRAPHIC_MATHGL "Use the MathGL2 library" OFF)
message(STATUS "Platform: " ${CMAKE_HOST_SYSTEM_NAME})
message(STATUS "Install prefix: " ${CMAKE_INSTALL_PREFIX})

View File

@ -1,2 +1,2 @@
#define GCTL_GRAPHIC_GMT
#define GCTL_GRAPHIC_MATHGL
/* #undef GCTL_GRAPHIC_MATHGL */