SINTEF-Geometry / SISL

The SINTEF Spline Library
GNU Affero General Public License v3.0
177 stars 60 forks source link

Fix compiler detection for windows #6

Open nickoe opened 9 years ago

nickoe commented 9 years ago

GCC cross compilation will use the compiler arguments that was only intended for MSVC. Replace the if(WIN32) with if(MSVC).