Merge pull request #1202 from dennisfischer/develop

Export package to allow builds without installing
This commit is contained in:
Niels Lohmann 2018-08-25 10:56:30 +02:00 committed by GitHub
commit d713727f22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -121,3 +121,4 @@ install(
NAMESPACE ${PROJECT_NAME}::
DESTINATION ${NLOHMANN_JSON_CONFIG_INSTALL_DIR}
)
export(PACKAGE ${PROJECT_NAME})