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
The output of the CMake command provides the compiler version. E.g.
-- The CXX compiler identification is AppleClang 13.0.0.13000029
I'm not sure how much value it has to use cmake --version because the specification for the virtual environments already provides this information and I have no reason to believe it is incorrectly specified.
E.g.
clang --version
,cmake --version
, etc. can be extremely useful for diagnosing failures and verifying exactly what has been tested.The text was updated successfully, but these errors were encountered: