chore(conan): don't create CMakeUserPresets.json (#6117)

This commit is contained in:
nerix
2025-03-29 10:25:37 +01:00
committed by GitHub
parent 3f3a31db4d
commit c5f1f916da
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -2,6 +2,8 @@
## Unversioned
- Dev: Conan will no longer generate a `CMakeUserPresets.json` file. (#6117)
## 2.5.3
- Minor: Shared chat messages now use the source channel's profile picture to denote it's a shared chat message. (#5760)
+1
View File
@@ -40,6 +40,7 @@ class Chatterino(ConanFile):
tc.blocks.remove("user_toolchain")
tc.blocks.remove("output_dirs")
tc.blocks.remove("apple_system")
tc.user_presets_path = False
tc.generate()
def copy_bin(dep, selector, subdir):