pnlbwh / ukftractography

Other
25 stars 27 forks source link

COMP: Fix microsoft compiler link error related to _hypot symbol #117

Closed jcfr closed 5 years ago

jcfr commented 5 years ago

This commit fixes the following error reported when building using Visual Studio 14 2015:

  D:\D\P\Slicer-0-build\ITK\Modules\ThirdParty\VNL\src\vxl\core\vnl/vnl_math.h(217): error C2039: '
  _hypot': is not a member of 'std' [D:\D\P\S-0-E-b\UKFTractography-build\ukf\UKFBase.vcxproj]
jcfr commented 5 years ago

@ljod This should fix the link error preventing the extension from being successfully packaged

Cc: @yrathi