Changeset 3053 for trunk


Ignore:
Timestamp:
10/23/15 15:39:40 (9 years ago)
Author:
Kana Sugimoto
Message:

New Development: No

JIRA Issue: No

Ready for Test: Yes

Interface Changes: No

What Interface Changed: Please list interface changes

Test Programs: build asap without explicitly specifying CXX11 option

Put in Release Notes: No

Module(s): cmake build of asap

Description: Changed the default value of a CMake flag, CXX11, from NO to YES. By this change, CXX11 support is activated by default.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CMakeLists.txt

    r3051 r3053  
    77
    88# options
    9 option (CXX11 "Compile as C++11 if possible" NO)
     9option (CXX11 "Compile as C++11 if possible" YES)
    1010
    1111option( USE_LIBCASACORE
     
    1818        "set ON to diable to build PKSMS2reader/writer"
    1919        OFF )
     20message( STATUS "CXX11 = " ${CXX11} )
    2021message( STATUS "USE_LIBCASACORE = " ${USE_LIBCASACORE} )
    2122message( STATUS "STANDALONE = " ${STANDALONE} )
Note: See TracChangeset for help on using the changeset viewer.