From fd20975a949f43c8685c3d5f3db6a06ce0fdb7be Mon Sep 17 00:00:00 2001 From: zjyhjqs <141055431+zjyhjqs@users.noreply.github.com> Date: Sun, 17 Nov 2024 00:09:05 +0800 Subject: [PATCH] Add CPack support (#4459) --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index c7bbc7da4..bec5676ab 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -210,4 +210,5 @@ if(JSON_Install) FILES "${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}.pc" DESTINATION ${NLOHMANN_JSON_PKGCONFIG_INSTALL_DIR} ) + include(CPack) endif()