dev_yi #1

Merged
zhangyiss merged 6 commits from dev_yi into main 2025-02-09 21:04:46 +08:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 3223f001a8 - Show all commits

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 */