We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
package
1 parent 649b352 commit 6565691Copy full SHA for 6565691
CHANGES.md
@@ -1,5 +1,12 @@
1
# Changes
2
3
+## v1.0.1 (in progress)
4
+
5
+### Bug fixes
6
+- Fix deprecation warning when configuring
7
8
+---
9
10
## v1.0.0 (2023-05-21)
11
12
### New features
build.bfg
@@ -12,7 +12,7 @@ install(includes)
test_files = find_paths('test/**/*.cpp')
13
14
try:
15
- libmettle = package('mettle', headers=['mettle.hpp'])
+ libmettle = package('mettle')
16
mettle = test_driver(['mettle', '--output=verbose'])
17
18
for src in test_files:
0 commit comments