Skip to content

Commit

Permalink
temp: remove vcpkg from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
FeignClaims committed Sep 18, 2024
1 parent f83fcad commit 95927fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/myproj/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ if(ENABLE_CROSS_COMPILING)
enable_cross_compiler()
endif()

run_vcpkg(VCPKG_URL "https://github.com/microsoft/vcpkg.git" VCPKG_REV
"10e052511428d6b0c7fcc63a139e8024bb146032" ENABLE_VCPKG_UPDATE
)
run_conan()

project(myproj VERSION 0.2.0 LANGUAGES CXX C)
Expand Down
2 changes: 2 additions & 0 deletions tests/myproj/conanfile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

[requires]
docopt.cpp/0.6.3
eigen/3.4.0
fmt/11.0.2

[options]
docopt.cpp/*:shared=True
Expand Down

0 comments on commit 95927fa

Please sign in to comment.