diff --git a/cmake/Modules/FindCXX11Features.cmake b/cmake/Modules/FindCXX11Features.cmake index 914233f8..8b7076a2 100644 --- a/cmake/Modules/FindCXX11Features.cmake +++ b/cmake/Modules/FindCXX11Features.cmake @@ -77,6 +77,7 @@ int main() { bool foo = std::is_convertible::value; bool bar = std::is_base_of::value; + bool foobar = std::is_integral::value; return 0; } " HAVE_TYPE_TRAITS