cmake: use 'long long' for atomic check

pull/15540/head
Alexander Alekhin 5 years ago
parent 8167d47efc
commit c657c6cbac
  1. 2
      cmake/checks/atomic_check.cpp

@ -2,7 +2,7 @@
static int test()
{
std::atomic<int> x;
std::atomic<long long> x;
return x;
}

Loading…
Cancel
Save