IGSIO / SlicerIGSIO

Utility extension for 3D Slicer, containing tools and algorithms for building image guided surgery applications
BSD 3-Clause "New" or "Revised" License
12 stars 14 forks source link

COMP: Fix configure error on Windows when using MSVC v142 toolset #6

Closed jamesobutler closed 4 years ago

jamesobutler commented 4 years ago

This aims to fix the following configure error as observed on the Slicer Windows factory build machine. See here. There's also a second commit to update all platforms to use the same version of libvpx.

-- SuperBuild -   VP9[OK]
CMake Error at SuperBuild/External_VP9.cmake:91 (message):
  There are no binaries available for Microsoft C++ compiler 1924

cc: @Sunderlandkyl

Sunderlandkyl commented 4 years ago

LGTM, thanks!