Changeset 3132 for trunk


Ignore:
Timestamp:
10/30/17 10:16:08 (6 years ago)
Author:
Malte Marquarding
Message:

add c++11 flag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/external-alma/SConscript

    r3034 r3132  
    1111atnflib=env.Library("atnf", sources)
    1212complib=env.Library("oldcomponents", sources2)
     13env.Append(CCFLAGS=['-std=c++11'])
    1314env.AppendUnique(LIBPATH=[Dir(".").abspath])
    1415env.Prepend(LIBS=["atnf","oldcomponents"])
Note: See TracChangeset for help on using the changeset viewer.