Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10734


Ignore:
Timestamp:
Oct 31, 2015, 6:40:29 PM (8 years ago)
Author:
landauf
Message:

fixed build for mingw (apparently it requires gnu extensions to compile)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/cpp11_v2/cmake/CompilerConfigGCC.cmake

    r10733 r10734  
    6565
    6666# Introducing c++11
    67 # Note: there is also 'std=gnu++11', but that might not be portable to windows
    68 ADD_COMPILER_FLAGS("-std=c++0x" CACHE)
     67ADD_COMPILER_FLAGS("-std=gnu++11" CACHE)
    6968
    7069# CMake doesn't seem to set the PIC flags right on certain 64 bit systems
Note: See TracChangeset for help on using the changeset viewer.