Skip to content

Commit

Permalink
Remove some old dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
albin-johansson committed Jul 15, 2023
1 parent b5c6ef5 commit 42ae724
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ add_library(cen::centurion ALIAS centurion)

if (CEN_BUILD_TESTS MATCHES ON)
find_package(GTest CONFIG REQUIRED)
find_package(cereal CONFIG REQUIRED)
find_package(GLEW REQUIRED)
add_subdirectory(tests)
endif ()

Expand Down
4 changes: 1 addition & 3 deletions vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
],
"builtin-baseline": "638b1588be3a265a9c7ad5b212cef72a1cad336a",
"dependencies": [
"gtest",
"glew",
"cereal"
"gtest"
]
}

0 comments on commit 42ae724

Please sign in to comment.