Skip to content

Commit

Permalink
[catch2] Reenable extras files (microsoft#24790)
Browse files Browse the repository at this point in the history
* [catch2] Reenable extras files

* [catch2] Update version files
  • Loading branch information
RT2Code authored May 18, 2022
1 parent 52955a7 commit 2e781b5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
1 change: 0 additions & 1 deletion ports/catch2/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
-DCATCH_INSTALL_DOCS=OFF
-DCATCH_INSTALL_EXTRAS=OFF
)

vcpkg_cmake_install()
Expand Down
1 change: 1 addition & 0 deletions ports/catch2/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "catch2",
"version-semver": "3.0.1",
"port-version": 1,
"description": "A modern, header-only test framework for unit testing.",
"homepage": "https://github.com/catchorg/Catch2",
"license": "BSL-1.0",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1274,7 +1274,7 @@
},
"catch2": {
"baseline": "3.0.1",
"port-version": 0
"port-version": 1
},
"cccapstone": {
"baseline": "9b4128ee1153e78288a1b5433e2c06a0d47a4c4e",
Expand Down
5 changes: 5 additions & 0 deletions versions/c-/catch2.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "8de83e7d7f07a831293d15e747aa7a980a220ff7",
"version-semver": "3.0.1",
"port-version": 1
},
{
"git-tree": "c0c872e7175f3ca20a15f5c8cc0d0c23e59e1ad1",
"version-semver": "3.0.1",
Expand Down

0 comments on commit 2e781b5

Please sign in to comment.