Merge pull request #1202 from dennisfischer/develop
Export package to allow builds without installing
This commit is contained in:
commit
d713727f22
@ -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})
|
||||||
Loading…
Reference in New Issue
Block a user