mirror of
https://github.com/KeqingMoe/argparse.git
synced 2025-07-03 22:54:39 +00:00
Updated package configuration version check to use SameMajorVersion instead of ExactVersion, closes #371
This commit is contained in:
parent
68fd0277ee
commit
1b27c6f3da
@ -55,7 +55,7 @@ if(ARGPARSE_INSTALL)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
write_basic_package_version_file("${CMAKE_CONFIG_VERSION_FILE_NAME}"
|
write_basic_package_version_file("${CMAKE_CONFIG_VERSION_FILE_NAME}"
|
||||||
COMPATIBILITY ExactVersion
|
COMPATIBILITY SameMajorVersion
|
||||||
${OPTIONAL_ARCH_INDEPENDENT}
|
${OPTIONAL_ARCH_INDEPENDENT}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user