You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the feature in as much detail as possible.
Do not write files outside CMakeFiles (BINARY DIR). I certainly don't want to have a useless bin folder in my output (in source or out-of-source builds).
I don't really see the point of the project amalgamate. Simply using cmake to concatenate the files would be good enough and probably safer...
Include sample usage where appropriate.
The text was updated successfully, but these errors were encountered:
@theodelrieu I just sent you an email about this ;)
I would propose to not touch amalgamation in the "normal" build, but to add a special maintainer target for this. I opened a branch to sketch my idea: https://github.com/nlohmann/json/tree/reorganized.
Bug Report
Simply importing the json project does not work when building in-source.
CMakeLists.txt
It should compile.
Well, obviously, it does not compile :)
Which compiler and operating system are you using? Is it a supported compiler?
Did you use a released version of the library or the version from the
develop
branch?develop / b67e00b
Feature Request
The text was updated successfully, but these errors were encountered: