diff --git a/cmake/checks/atomic_check.cpp b/cmake/checks/atomic_check.cpp index c9770a0bfa..8ba13b2d69 100644 --- a/cmake/checks/atomic_check.cpp +++ b/cmake/checks/atomic_check.cpp @@ -2,7 +2,7 @@ static int test() { - std::atomic x; + std::atomic x; return x; }