Setting CMAKE_CXX_STANDARD and CMAKE_CXX_STANDARD_REQUIRED directly is problematic when including yaml-cpp as a subproject. The proper way is to set these per-target. |
||
|---|---|---|
| .. | ||
| api.cpp | ||
| CMakeLists.txt | ||
| parse.cpp | ||
| read.cpp | ||
| sandbox.cpp | ||
Setting CMAKE_CXX_STANDARD and CMAKE_CXX_STANDARD_REQUIRED directly is problematic when including yaml-cpp as a subproject. The proper way is to set these per-target. |
||
|---|---|---|
| .. | ||
| api.cpp | ||
| CMakeLists.txt | ||
| parse.cpp | ||
| read.cpp | ||
| sandbox.cpp | ||