From 84924452400c802572f122034d346b447829b5fd Mon Sep 17 00:00:00 2001 From: Yi Zhang Date: Sun, 9 Feb 2025 16:12:06 +0800 Subject: [PATCH] tmp --- CMakeLists.txt | 2 -- lib/CMakeLists.txt | 2 -- lib/mesh/mesh.h | 2 +- 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a49e93f..0a0d1f2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,9 +9,7 @@ message(STATUS "Install prefix: " ${CMAKE_INSTALL_PREFIX}) message(STATUS "Processor: " ${CMAKE_HOST_SYSTEM_PROCESSOR}) find_package(GCTL REQUIRED) -find_package(GCTL_GRAPHIC REQUIRED) message(STATUS "GCTL Version: " ${GCTL_VERSION}) -message(STATUS "GCTL_GRAPHIC Version: " ${GCTL_GRAPHIC_VERSION}) #if(${GCTL_VERSION} LESS 1.0) # message(FATAL_ERROR "GCTL's version must be v1.0 or bigger.") #endif() diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index a1d77bc..ba349da 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -27,9 +27,7 @@ set_target_properties(gctl_mesh_static PROPERTIES CXX_STANDARD 17 CXX_STANDARD_R #连接动态库 target_link_libraries(gctl_mesh PUBLIC ${GCTL_LIB}) -target_link_libraries(gctl_mesh PUBLIC ${GCTL_GRAPHIC_LIB}) target_link_libraries(gctl_mesh_static ${GCTL_LIB}) -target_link_libraries(gctl_mesh_static ${GCTL_GRAPHIC_LIB}) if(GCTL_MESH_WAVELIB) target_link_libraries(gctl_mesh PUBLIC ${WaveLib_LIB}) diff --git a/lib/mesh/mesh.h b/lib/mesh/mesh.h index 949dc8e..890f005 100644 --- a/lib/mesh/mesh.h +++ b/lib/mesh/mesh.h @@ -30,7 +30,7 @@ #include "meshdata.h" #include "gctl/io.h" -#include "gctl/algorithm.h" +#include "gctl/algorithms.h" namespace gctl {