use c++11 instead of 0x
authorKevron Rees <kevron_m_rees@linux.intel.com>
Mon, 3 Jun 2013 23:21:50 +0000 (16:21 -0700)
committerKevron Rees <kevron_m_rees@linux.intel.com>
Mon, 3 Jun 2013 23:21:50 +0000 (16:21 -0700)
CMakeLists.txt

index a44a695..7d81512 100644 (file)
@@ -62,7 +62,7 @@ pkg_check_modules(glib REQUIRED glib-2.0 gobject-2.0)
 pkg_check_modules(json REQUIRED json)
 
 
-add_definitions(-std=c++0x)
+add_definitions(-std=c++11)
 add_definitions(-DDBusServiceName="org.automotive.message.broker")
 
 set(include_dirs ${libtool_INCLUDE_DIR} ${glib_INCLUDE_DIRS} ${gio_INCLUDE_DIRS} ${Boost_INCLUDE_DIRS} ${json_INCLUDE_DIRS} ${CMAKE_CURRENT_SOURCE_DIR}/lib)