From 53a2c88d4b77dbb2a81a2c5773358dc48a1a610b Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Mon, 22 Apr 2019 18:00:07 +0200 Subject: [PATCH] preparing for v3 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 276767fa4..bcfa4a8c8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -52,7 +52,7 @@ if(NOT MSVC AND USE_LIBCPP) check_cxx_source_compiles(" #include - int main() { return std::is_same::value ? 0 : 1; } + int main() { return std::is_same_v ? 0 : 1; } " HAS_LIBCPP) if(NOT HAS_LIBCPP)