Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ IsVisualStudioAtLeast10
Method
IsVisualStudioAtLeast10
Source/cmGlobalGenerator.h:571–571 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
569
virtual bool IsVisualStudio() const { return false; }
570
571
virtual bool IsVisualStudioAtLeast10() const { return false; }
572
573
virtual bool IsNinja() const { return false; }
574
Callers
1
GetWindowsValue
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected