diff --git a/CHANGELOG.md b/CHANGELOG.md index 439c0f13..51070db6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/conanfile.py b/conanfile.py index 581ec445..750e5ba4 100644 --- a/conanfile.py +++ b/conanfile.py @@ -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):