Merge pull request #360 from jmgpena/BUG-985-Fix-Cygwin-Compilation-Issue
Fix for BUG 985
This commit is contained in:
commit
d6f194058f
1 changed files with 4 additions and 0 deletions
|
|
@ -15,6 +15,10 @@ enable_testing()
|
||||||
|
|
||||||
add_definitions(-std=c++11)
|
add_definitions(-std=c++11)
|
||||||
|
|
||||||
|
if (CYGWIN)
|
||||||
|
add_definitions(-U__STRICT_ANSI__)
|
||||||
|
endif()
|
||||||
|
|
||||||
########################################################################
|
########################################################################
|
||||||
|
|
||||||
option(USE_PYTHON "Build support for the Python scripting bridge" OFF)
|
option(USE_PYTHON "Build support for the Python scripting bridge" OFF)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue