Browse Source

Trompeloeil v40 update.

main
offa 3 years ago
parent
commit
9319058411
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      conanfile.py

+ 1
- 1
conanfile.py View File

@@ -21,7 +21,7 @@ class ScopeguardConan(ConanFile):
}
requires = (
"catch2/2.13.4",
"trompeloeil/39"
"trompeloeil/40"
)
options = {
"unittest": ["ON", "OFF"],

Loading…
Cancel
Save