Skip to content

Commit

Permalink
[11561] Addressing reviewer's comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Barro committed May 17, 2021
1 parent 1baab60 commit 0e8892b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foonathan_memory-config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

if(MSVC_VERSION LESS_EQUAL 1900)
message(FATAL_ERROR "Not supported version of Visual Studio")
message(FATAL_ERROR "Visual Studio version ${MSVC_VERSION} is no longer supported")
else()
if(CMAKE_CL_64)
include(
Expand Down

0 comments on commit 0e8892b

Please sign in to comment.