chore(conan): don't create CMakeUserPresets.json (#6117)
This commit is contained in:
@@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
## Unversioned
|
## Unversioned
|
||||||
|
|
||||||
|
- Dev: Conan will no longer generate a `CMakeUserPresets.json` file. (#6117)
|
||||||
|
|
||||||
## 2.5.3
|
## 2.5.3
|
||||||
|
|
||||||
- Minor: Shared chat messages now use the source channel's profile picture to denote it's a shared chat message. (#5760)
|
- Minor: Shared chat messages now use the source channel's profile picture to denote it's a shared chat message. (#5760)
|
||||||
|
|||||||
@@ -40,6 +40,7 @@ class Chatterino(ConanFile):
|
|||||||
tc.blocks.remove("user_toolchain")
|
tc.blocks.remove("user_toolchain")
|
||||||
tc.blocks.remove("output_dirs")
|
tc.blocks.remove("output_dirs")
|
||||||
tc.blocks.remove("apple_system")
|
tc.blocks.remove("apple_system")
|
||||||
|
tc.user_presets_path = False
|
||||||
tc.generate()
|
tc.generate()
|
||||||
|
|
||||||
def copy_bin(dep, selector, subdir):
|
def copy_bin(dep, selector, subdir):
|
||||||
|
|||||||
Reference in New Issue
Block a user