Unverified Commit d713727f authored by Niels Lohmann's avatar Niels Lohmann Committed by GitHub

Merge pull request #1202 from dennisfischer/develop

Export package to allow builds without installing
parents 04597c3a dfe607c6
...@@ -121,3 +121,4 @@ install( ...@@ -121,3 +121,4 @@ install(
NAMESPACE ${PROJECT_NAME}:: NAMESPACE ${PROJECT_NAME}::
DESTINATION ${NLOHMANN_JSON_CONFIG_INSTALL_DIR} DESTINATION ${NLOHMANN_JSON_CONFIG_INSTALL_DIR}
) )
export(PACKAGE ${PROJECT_NAME})
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment