Can we bump the minimum CMake version in the unit test directory? #3376
falbrechtskirchinger
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
FYI
is not valid CMake 3.1. I'm fixing it, just wanted to let you know. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Regardless, I do need Waiting for feedback … @nlohmann |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Niels, you commented in August of last year, you wanted to avoid CMake 3.13. Is that still a deal breaker even if limited to tests?
I'm working on the C++20 compilation issues and have refactored the CMakeLists.txt such that
generates all required tests/executables (still scanning source files for
JSON_HAS_CPP_*
).Overrides (like "/STACK:4000000") can then be added via specially named interface libraries.
Beta Was this translation helpful? Give feedback.
All reactions