yanyiwu / limonp

C++ headers(hpp) library with Python style.
MIT License
125 stars 43 forks source link

Refactor CMakeLists.txt #23

Closed playgithub closed 2 years ago

yanyiwu commented 2 years ago

这个的主要目的是什么呢

playgithub commented 2 years ago
yanyiwu commented 2 years ago

为什么去除apple相关的呢

playgithub commented 2 years ago

为什么去除apple相关的呢

查了一下,C++0x是C++11标准成为正式标准之前的草案临时名字 可以加上这段

################
# cmake config #
################

set(CMAKE_CXX_STANDARD 11 CACHE STRING "C++ Standard")
set(CMAKE_CXX_STANDARD_REQUIRED ON CACHE BOOL "C++ Standard Requirement")
set(CMAKE_CXX_EXTENSIONS OFF CACHE BOOL "C++ Extensions")
yanyiwu commented 2 years ago

需要先确认github action能通过

playgithub commented 2 years ago

github action已通过

yanyiwu commented 2 years ago

感觉改动有点大,是否可以拆解粒度小一点的pull request呢?

playgithub commented 2 years ago

内容不是太多,而且分段注释了