cmake ZORBA_HAVE_IS_SAME examples

28msec/zorba CMakeLists.txt :530

CHECK_CXX_SOURCE_COMPILES("
  #include <type_traits>
  int main() { std::is_same<int,int> x; }" ZORBA_HAVE_IS_SAME)