Skip to content
Snippets Groups Projects
Commit 3a030d70 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Working with CYGWIN

parent 0f726cd2
Branches CYGWIN
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
AC_PREREQ(2.59)
AC_INIT(OpenFPM_numerics, 0.8.0, BUG-REPORT-ADDRESS)
AC_CANONICAL_SYSTEM
AC_CANONICAL_TARGET
AC_CONFIG_SRCDIR([src/main.cpp])
AM_INIT_AUTOMAKE
......@@ -36,6 +36,7 @@ case $host_os in
*cygwin*)
# Do something specific for cygwin
CXXFLAGS+=" --std=gnu++11 "
AC_DEFINE([HAVE_CYGWIN],[],[We are on cygwin])
;;
*)
#Default Case
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment