Skip to content

Commit

Permalink
Fixed Github Action build problem
Browse files Browse the repository at this point in the history
  • Loading branch information
ihedvall committed Jun 30, 2024
1 parent 6a30902 commit 9e79d10
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ if(A2L_TOOLS AND USE_VCPKG)
list(APPEND VCPKG_MANIFEST_FEATURES "tools")
endif()

if(A2L_TEST AND USE_VCPKG)
list(APPEND VCPKG_MANIFEST_FEATURES "tests")
endif()

project(a2llib
VERSION 1.0
DESCRIPTION "ASAP 2 parser C++ library."
Expand Down
6 changes: 0 additions & 6 deletions vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@
"dependencies": [
"wxwidgets"
]
},
"tests": {
"description": "Build DBC tests",
"dependencies": [
"gtest"
]
}
}
}

0 comments on commit 9e79d10

Please sign in to comment.