Skip to content

Commit f2785bb

Browse files
authored
[safetyhook] disable cmkr generation (#48668)
1 parent 1914114 commit f2785bb

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

ports/safetyhook/portfile.cmake

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,10 @@ vcpkg_from_github(
66
HEAD_REF main
77
)
88

9-
vcpkg_find_acquire_program(GIT)
10-
119
vcpkg_cmake_configure(
1210
SOURCE_PATH "${SOURCE_PATH}"
1311
OPTIONS
14-
"-DGIT_EXECUTABLE=${GIT}"
12+
"-DCMKR_SKIP_GENERATION=ON"
1513
"-DSAFETYHOOK_FETCH_ZYDIS=OFF"
1614
)
1715

ports/safetyhook/vcpkg.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "safetyhook",
33
"version-semver": "0.6.9",
4+
"port-version": 1,
45
"description": "C++23 procedure hooking library.",
56
"homepage": "https://github.com/cursey/safetyhook",
67
"license": "BSL-1.0",

versions/baseline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8754,7 +8754,7 @@
87548754
},
87558755
"safetyhook": {
87568756
"baseline": "0.6.9",
8757-
"port-version": 0
8757+
"port-version": 1
87588758
},
87598759
"sail": {
87608760
"baseline": "0.9.10",

versions/s-/safetyhook.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"versions": [
3+
{
4+
"git-tree": "3ac0658e1033fbdd133327cbaab13843140ae998",
5+
"version-semver": "0.6.9",
6+
"port-version": 1
7+
},
38
{
49
"git-tree": "7658fbbc48074ba37907ffd08da38a4220b7bef5",
510
"version-semver": "0.6.9",

0 commit comments

Comments
 (0)