mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-18 21:13:04 +08:00
[live555] Improve error message
This commit is contained in:
parent
cfbd6d93d4
commit
a6cff2bd57
@ -4,7 +4,7 @@ if(VCPKG_LIBRARY_LINKAGE STREQUAL "dynamic")
|
||||
endif()
|
||||
|
||||
if(NOT VCPKG_USE_HEAD_VERSION)
|
||||
message(FATAL_ERROR "Please re-run the installation with --head.")
|
||||
message(FATAL_ERROR "Live555 does not have persistent releases. Please re-run the installation with --head.")
|
||||
else()
|
||||
# The current Live555 version from http://www.live555.com/liveMedia/public/
|
||||
set(LIVE_VERSION latest)
|
||||
|
Loading…
Reference in New Issue
Block a user