Skip to content

Commit b212dee

Browse files
authored
fix: correct have_rules to have-rules (#94)
Signed-off-by: l.feng <[email protected]>
1 parent 4729ffd commit b212dee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/vcpkg/ports/cppcheck/portfile.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ endif()
2424

2525
vcpkg_check_features(
2626
OUT_FEATURE_OPTIONS FEATURE_OPTIONS
27-
INVERTED_FEATURES
28-
have_rules HAVE_RULES
27+
FEATURES
28+
have-rules HAVE_RULES
2929
)
3030

3131
vcpkg_cmake_configure(

0 commit comments

Comments
 (0)