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
Copy file name to clipboardExpand all lines: docs/plugins/conan/integration.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ You can customize this file for package metadata like name, version, and setting
27
27
If you have an existing `conanfile.py`, back it up and run `cppython install` to generate both files. Then update your conanfile to inherit from `CPPythonBase`.
28
28
29
29
```python
30
-
from conan.tools.cmake import CMake, CMakeDeps, CMakeToolchain, cmake_layout
30
+
from conan.tools.cmake import CMake, CMakeConfigDeps, CMakeToolchain, cmake_layout
31
31
from conanfile_base import CPPythonBase # Import the base class
0 commit comments