mirror of
https://github.com/curl/curl.git
synced 2026-04-21 08:12:12 +03:00
CMake: make config version 8 compatible with 7
Reviewed-by: Jakub Zakrzewski Closes #10819
This commit is contained in:
parent
fe55a63c83
commit
2ffd787a71
1 changed files with 9 additions and 0 deletions
|
|
@ -1614,6 +1614,15 @@ write_basic_package_version_file(
|
|||
VERSION ${CURL_VERSION}
|
||||
COMPATIBILITY SameMajorVersion
|
||||
)
|
||||
file(READ "${version_config}" generated_version_config)
|
||||
file(WRITE "${version_config}"
|
||||
"if(NOT PACKAGE_FIND_VERSION_RANGE AND PACKAGE_FIND_VERSION_MAJOR STREQUAL \"7\")
|
||||
# Version 8 satisfies version 7... requirements
|
||||
set(PACKAGE_FIND_VERSION_MAJOR 8)
|
||||
set(PACKAGE_FIND_VERSION_COUNT 1)
|
||||
endif()
|
||||
${generated_version_config}"
|
||||
)
|
||||
|
||||
# Use:
|
||||
# * TARGETS_EXPORT_NAME
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue