You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
我在window10+VS2017+cmake平台上使用了
mkdir win64
cd win64
cmake .. -G "Visual Studio 15 2017 Win64" -DCMAKE_BUILD_TYPE=Release
cmake --build .
编译,结果报错
fatal error C1083: Cannot open include file: 'stdatomic.h': No such file or directory
我需要有什么额外设置嘛?