Skip to content

Commit 2a57054

Browse files
Update configuration for new Poetry
1 parent ba82242 commit 2a57054

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
.build/
22
.install/
3+
CMakeUserPresets.json

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ description = "Example C++ project structures using CMake and Conan."
55
authors = ["John Freeman <jfreeman08@gmail.com>"]
66
license = "ISC"
77
readme = "README.md"
8+
package-mode = false
89

910
[tool.poetry.dependencies]
1011
python = "^3.9"

0 commit comments

Comments
 (0)