We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ead4fc commit 667b1f4Copy full SHA for 667b1f4
cppython/plugins/conan/plugin.py
@@ -46,8 +46,7 @@ def __init__(
46
47
self._ensure_default_profiles()
48
49
- # Initialize cmake_binary by resolving venv cmake. It may be overridden during sync.
50
- self._cmake_binary = self._resolve_cmake_binary(None)
+ self._cmake_binary = None
51
52
@staticmethod
53
def features(directory: Path) -> SupportedFeatures:
0 commit comments