Skip to content

Commit

Permalink
Merge pull request #115 from HydrArgs/cpack
Browse files Browse the repository at this point in the history
Some cleanup in CPack packaging
  • Loading branch information
p-ranav authored Sep 1, 2021
2 parents 8af5204 + 7fad8fa commit b0cb28a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand Down

0 comments on commit b0cb28a

Please sign in to comment.