Zhangjiaxin39727
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
Zhangjiaxin39727 commented, -
Zhangjiaxin39727 created a post, CompletedWhat's wrong with my boost? (macOS)
Here is my CMakeList.txt:cmake_minimum_required(VERSION 3.27) project(maxSubArray) set(CMAKE_CXX_STANDARD 17) find_package(Boost) include_directories(${Boost_INCLUDE_DIRS}) add_executable(maxSub...