From 3223f001a84e4b45413d184bf016ae27e888ee5a Mon Sep 17 00:00:00 2001 From: Yi Zhang Date: Sat, 8 Feb 2025 20:51:05 +0800 Subject: [PATCH] tmp --- CMakeLists.txt | 2 +- lib/graphic/gctl_graphic_config.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7f61dc1..4ec5dea 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}) diff --git a/lib/graphic/gctl_graphic_config.h b/lib/graphic/gctl_graphic_config.h index 9042f93..2bad89f 100644 --- a/lib/graphic/gctl_graphic_config.h +++ b/lib/graphic/gctl_graphic_config.h @@ -1,2 +1,2 @@ #define GCTL_GRAPHIC_GMT -#define GCTL_GRAPHIC_MATHGL +/* #undef GCTL_GRAPHIC_MATHGL */