Skip to content

Commit fd20975

Browse files
authored
Add CPack support (#4459)
1 parent fde9a86 commit fd20975

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,4 +210,5 @@ if(JSON_Install)
210210
FILES "${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}.pc"
211211
DESTINATION ${NLOHMANN_JSON_PKGCONFIG_INSTALL_DIR}
212212
)
213+
include(CPack)
213214
endif()

0 commit comments

Comments
 (0)