28msec/zorba
CMakeLists.txt
:530
CHECK_CXX_SOURCE_COMPILES("
#include <type_traits>
int main() { std::is_same<int,int> x; }" ZORBA_HAVE_IS_SAME)
CHECK_CXX_SOURCE_COMPILES("
#include <type_traits>
int main() { std::is_same<int,int> x; }" ZORBA_HAVE_IS_SAME)