forked from premiere/premiere-libtorrent
removed misleading message
This commit is contained in:
parent
8258a114b9
commit
c1bfd696d4
|
@ -81,7 +81,6 @@ function(select_cxx_standard _target _minimal_supported_version)
|
|||
else()
|
||||
_cxx_standard_to_year(std_year ${_std})
|
||||
if (${std_year} LESS ${minimal_supported_version_year})
|
||||
message(SEND_ERROR "Sorry, C++${_std} is not supported by libtorrent with the given Boost version")
|
||||
message(FATAL_ERROR "The minimal supported C++ standard version is C++${_minimal_supported_version}")
|
||||
endif()
|
||||
endif()
|
||||
|
|
Loading…
Reference in New Issue