-
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
json_fwd.hpp not installed #923
Comments
The default install method only installs the amalgamated |
I think installing the fwd header in the default install would make sense. Lots of people want forward declarations but don't need the rest of the individual headers. |
@gregmarr I agree actually. Nonetheless, I feel that is a separate issue (imho). |
I personally want to include only That's why I think adding another target to install the amalgamated version + json_fwd is superfluous. Users can still only include |
Bug Report
Not sure if this is by design or not, but I notice that when I perform 'cmake install', the json_fwd.hpp is not installed.
Well, if I want to perform an in-source build (ExternalProject_Add()), as an example, it makes things difficult if their is no install procedure for the fwd declaration.
Ubuntu 17.10 and GCC v7.2
develop
branch?Released
The text was updated successfully, but these errors were encountered: