tmp
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user