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
Require CMake 3.25 and add configure time validation for checking if given compiler CMake is processing with supports C++11 or C++14 standard in order to make sure DXC will be built correctly - throw an error if not. Check some of available CMake modules and decide to use try_compile for that because modules with simpler implementation of our check didn't work for some reason
0 commit comments