File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ include(${_project_options_SOURCE_DIR}/Index.cmake)
7777# install vcpkg dependencies: - should be called before defining project()
7878run_vcpkg(
7979 VCPKG_URL "https://github.com/microsoft/vcpkg.git"
80- VCPKG_REV "6a3dd0874f153f8b375ec26210ea6d41dee3bb26 "
80+ VCPKG_REV "10e052511428d6b0c7fcc63a139e8024bb146032 "
8181)
8282
8383# Set the project name and language
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ include(${_project_options_SOURCE_DIR}/Index.cmake)
3030# install vcpkg dependencies: - should be called before defining project()
3131run_vcpkg(
3232 VCPKG_URL "https://github.com/microsoft/vcpkg.git"
33- VCPKG_REV "6a3dd0874f153f8b375ec26210ea6d41dee3bb26 "
33+ VCPKG_REV "10e052511428d6b0c7fcc63a139e8024bb146032 "
3434 ENABLE_VCPKG_UPDATE
3535)
3636
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ Or by specifying the options
156156
157157 run_vcpkg(
158158 VCPKG_URL "https://github.com/microsoft/vcpkg.git"
159- VCPKG_REV "6a3dd0874f153f8b375ec26210ea6d41dee3bb26 "
159+ VCPKG_REV "10e052511428d6b0c7fcc63a139e8024bb146032 "
160160 ENABLE_VCPKG_UPDATE
161161 )
162162
Original file line number Diff line number Diff line change 22 "$schema" : " https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json" ,
33 "name" : " another-project" ,
44 "version-string" : " 0.1.0" ,
5- "builtin-baseline" : " 6a3dd0874f153f8b375ec26210ea6d41dee3bb26 " ,
5+ "builtin-baseline" : " 10e052511428d6b0c7fcc63a139e8024bb146032 " ,
66 "dependencies" : [
77 {
88 "name" : " eigen3" ,
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ if(ENABLE_CROSS_COMPILING)
1818endif ()
1919
2020run_vcpkg (VCPKG_URL "https://github.com/microsoft/vcpkg.git" VCPKG_REV
21- "6a3dd0874f153f8b375ec26210ea6d41dee3bb26 " ENABLE_VCPKG_UPDATE
21+ "10e052511428d6b0c7fcc63a139e8024bb146032 " ENABLE_VCPKG_UPDATE
2222)
2323
2424project (myproj VERSION 0.2.0 LANGUAGES CXX C )
Original file line number Diff line number Diff line change 22 "$schema" : " https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json" ,
33 "name" : " myproject" ,
44 "version-string" : " 0.1.0" ,
5- "builtin-baseline" : " 6a3dd0874f153f8b375ec26210ea6d41dee3bb26 " ,
5+ "builtin-baseline" : " 10e052511428d6b0c7fcc63a139e8024bb146032 " ,
66 "dependencies" : [
77 {
88 "name" : " eigen3" ,
You can’t perform that action at this time.
0 commit comments