Unverified Commit f118091e authored by Jason Dsouza's avatar Jason Dsouza Committed by GitHub

Update CMakeLists.txt

parent 6d7959e0
...@@ -160,7 +160,7 @@ if(JSON_Install) ...@@ -160,7 +160,7 @@ if(JSON_Install)
FILES ${NLOHMANN_NATVIS_FILE} FILES ${NLOHMANN_NATVIS_FILE}
DESTINATION . DESTINATION .
) )
endif() # NLOHMANN_ADD_NATVIS endif()
export( export(
TARGETS ${NLOHMANN_JSON_TARGET_NAME} TARGETS ${NLOHMANN_JSON_TARGET_NAME}
NAMESPACE ${PROJECT_NAME}:: NAMESPACE ${PROJECT_NAME}::
...@@ -180,4 +180,4 @@ if(JSON_Install) ...@@ -180,4 +180,4 @@ if(JSON_Install)
FILES "${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}.pc" FILES "${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}.pc"
DESTINATION ${NLOHMANN_JSON_PKGCONFIG_INSTALL_DIR} DESTINATION ${NLOHMANN_JSON_PKGCONFIG_INSTALL_DIR}
) )
endif() # JSON_Install endif()
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