Merge pull request #115 from HydrArgs/cpack

Some cleanup in CPack packaging
This commit is contained in:
Pranav 2021-09-01 09:16:48 -05:00 committed by GitHub
commit b0cb28ab17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,10 +30,6 @@ if(ARGPARSE_BUILD_TESTS)
add_subdirectory(test)
endif()
if(${CMAKE_VERSION} VERSION_GREATER "3.14")
set(OPTIONAL_ARCH_INDEPENDENT "ARCH_INDEPENDENT")
endif()
install(TARGETS argparse EXPORT argparseConfig)
install(EXPORT argparseConfig
NAMESPACE argparse::