Skip to content
Snippets Groups Projects
Commit 87fa5da9 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

don't warn that WIN32 is not defined on cygwin

parent 92c076da
Branches
Tags
No related merge requests found
......@@ -5,6 +5,9 @@
cmake_minimum_required(VERSION 2.8 FATAL_ERROR)
# do not warn about non-definition of WIN32 on cygwin
set(CMAKE_LEGACY_CYGWIN_WIN32 0)
# if CMAKE_BUILD_TYPE is specified use it; otherwise set the default
# build type to "RelWithDebInfo" ("-O2 -g" with gcc) prior to calling
# project()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment