Modify the CMakeList to use the internal PCH first.
authorJunyan He <junyan.he@linux.intel.com>
Mon, 15 Sep 2014 08:04:10 +0000 (16:04 +0800)
committerZhigang Gong <zhigang.gong@intel.com>
Mon, 15 Sep 2014 09:13:16 +0000 (17:13 +0800)
commita191cbbd17bdc548adb11fc943caf48f256044ef
tree35af854852b707ffdd11795cdf3a44229e465895
parente6fb1600616e02fd5d27813d2e569b55809d6eba
Modify the CMakeList to use the internal PCH first.

Because we delete the validation of the PCH file, sometimes
the PCH in the system dir is not compatible with the clang
and cause crash.
Anytime, we need to use internal PCH when compiling.

Signed-off-by: Junyan He <junyan.he@linux.intel.com>
Reviewed-by: Zhigang Gong <zhigang.gong@linux.intel.com>
backend/CMakeLists.txt
backend/src/CMakeLists.txt