Changeset 3053
- Timestamp:
- 10/23/15 15:39:40 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/CMakeLists.txt
r3051 r3053 7 7 8 8 # options 9 option (CXX11 "Compile as C++11 if possible" NO)9 option (CXX11 "Compile as C++11 if possible" YES) 10 10 11 11 option( USE_LIBCASACORE … … 18 18 "set ON to diable to build PKSMS2reader/writer" 19 19 OFF ) 20 message( STATUS "CXX11 = " ${CXX11} ) 20 21 message( STATUS "USE_LIBCASACORE = " ${USE_LIBCASACORE} ) 21 22 message( STATUS "STANDALONE = " ${STANDALONE} )
Note:
See TracChangeset
for help on using the changeset viewer.