Skip to content

Fix compiler detection for windows#6

Open
nickoe wants to merge 1 commit into
SINTEF-Geometry:masterfrom
nickoe:master
Open

Fix compiler detection for windows#6
nickoe wants to merge 1 commit into
SINTEF-Geometry:masterfrom
nickoe:master

Conversation

@nickoe

@nickoe nickoe commented Jun 7, 2015

Copy link
Copy Markdown

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

GCC cross compilation will use the compiler arguments that was only
intended for MSVC. Replace the if(WIN32) with if(MSVC).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant