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.
1 parent 08ca1ee commit 83f7d0cCopy full SHA for 83f7d0c
CMakeLists.txt
@@ -10,7 +10,7 @@ include(CheckCXXCompilerFlag)
10
11
write_basic_package_version_file(
12
"${CMAKE_CURRENT_BINARY_DIR}/trompeloeil/trompeloeil-config-version.cmake"
13
- VERSION 40
+ VERSION 41
14
COMPATIBILITY AnyNewerVersion)
15
16
add_library(trompeloeil INTERFACE)
ChangeLog
@@ -1,3 +1,5 @@
1
+v41 2021-06-15
2
+
3
* catch2 adapter works with CATCH_CONFIG_PREFIX_ALL.
4
thanks Christian Morales Vega
5
0 commit comments