removed misleading message

This commit is contained in:
Alden Torres 2018-11-18 14:15:50 -05:00 committed by Arvid Norberg
parent 8258a114b9
commit c1bfd696d4
1 changed files with 0 additions and 1 deletions

View File

@ -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()