This commit is contained in:
2025-05-12 10:41:04 +08:00
parent 613c73c812
commit 3377641ee3
14 changed files with 32 additions and 19 deletions

View File

@@ -1,6 +1,11 @@
cmake_minimum_required(VERSION 3.15.2)
project(GCTL_TOOLKITS VERSION 1.0)
project(GCTL_TOOLKITS VERSION 2.0)
if(CMAKE_SYSTEM_NAME STREQUAL "Darwin")
# ExprTK库在macOS 15.4中编译会有错误 添加以下命令对应检查项
add_compile_options(-Wno-missing-template-arg-list-after-template-kw)
endif()
find_package(GCTL REQUIRED)
find_package(GCTL_MESH REQUIRED)