Do not bother with C++11 check on C SDK-only platforms.
authorOssama Othman <ossama.othman@intel.com>
Thu, 12 Mar 2015 21:54:43 +0000 (14:54 -0700)
committerPatrick Lankswert <patrick.lankswert@intel.com>
Fri, 13 Mar 2015 14:21:41 +0000 (14:21 +0000)
commitfae865412d5a3c3b5e8d1d344e4e56701f289ddd
tree78e2f0b08e9290827aad2558fb7e39f19557e85b
parentf7c465f6d306179b4244591cfe0be73a14feb047
Do not bother with C++11 check on C SDK-only platforms.

Some IoTivity platforms, such as Arduino, only require the C SDK.  Do
not bother running the C++11 flag check for those platforms.  This
also addresses a problem where Arduino 1.0.x builds would erroneously
fail due to lack of C++11 support.

Change-Id: I1782a258837850adb65e7219254fdeee259a3cc7
Signed-off-by: Ossama Othman <ossama.othman@intel.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/469
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Jon A. Cruz <jonc@osg.samsung.com>
Reviewed-by: Erich Keane <erich.keane@intel.com>
Reviewed-by: Patrick Lankswert <patrick.lankswert@intel.com>
SConstruct
build_common/SConscript
resource/SConscript
service/SConscript