<div dir="ltr"><p style="font-family:arial,sans-serif;font-size:14px">Hi Guys, </p><p style="font-family:arial,sans-serif;font-size:14px">I'm v.v., a developer using cmake to generate our project, </p><p style="font-family:arial,sans-serif;font-size:14px">
Recently we updated our cmake from 2.8.8 to 2.8.11 on Mac, immediately I found a difference between the latest and previous version, </p><p style="font-family:arial,sans-serif;font-size:14px">I see CMAKE_COMPILER_IS_GNUCC AND CMAKE_COMPILER_IS_GNUCXX is changed from true to false, but I didn't change my compiler at all, I am using XCode4.5 and select com.apple.compilers.llvm.clang.1_0 as CMAKE_XCODE_ATTRIBUTE_GCC_VERSION in toolchain file, </p>
<p style="font-family:arial,sans-serif;font-size:14px">So my question here is: Is this a correct behaviour for latest 2.8.11 that CMAKE_COMPILER_IS_GNUCC AND CMAKE_COMPILER_IS_GNUCXX is false?</p><p style="font-family:arial,sans-serif;font-size:14px">
BTW, I read all of documents from 2.8.8 to 2.8.11 about this variable, but seems no explicit description about this change, </p><p style="font-family:arial,sans-serif;font-size:14px">Do you have any ideas?</p><p style="font-family:arial,sans-serif;font-size:14px">
Thanks in advance!</p><p style="font-family:arial,sans-serif;font-size:14px">V.V.</p></div>