Fail build early if compiler is configured incorrectly.
authorJarkko Pöyry <jpoyry@google.com>
Thu, 26 Feb 2015 20:51:49 +0000 (12:51 -0800)
committerJarkko Pöyry <jpoyry@google.com>
Wed, 11 Mar 2015 22:29:41 +0000 (15:29 -0700)
commitc4729614f38fba324af8d2990fff4faeb78a7ddc
tree4e4f225c0fbf833259091dc5885853b6f0c49b87
parentd9af33c99026cc48446c4cbabfdfbf414bc33065
Fail build early if compiler is configured incorrectly.

- Detect and fail if CC and CXX are inconsistent in CMake script.
- Issue #error if DE_COMPILER does not match the detected. This
  can be caused if make is invoked by CMake that fails compiler
  detection.

Change-Id: I930f752c155de5a0a5c04b8bdfd23954117a75ae
framework/delibs/cmake/Defs.cmake
framework/delibs/debase/deDefs.h