one thing i noticed is that the top-level `CMakeLi...
# macos
c
one thing i noticed is that the top-level
CMakeLists.txt
file has the line
Copy code
set(CXX_STD "c++14")
but the
Makefile
doesn’t mention the version of c++ it’s expecting