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 "86a181505ac6460f98496a79abdee6a0f49905ec "
80+ VCPKG_REV "0cb95c860ea83aafc1b24350510b30dec535989a "
8181)
8282# Install conan dependencies: - should be called before defining project()
8383run_conan()
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 "86a181505ac6460f98496a79abdee6a0f49905ec "
33+ VCPKG_REV "0cb95c860ea83aafc1b24350510b30dec535989a "
3434)
3535# Install conan dependencies: - should be called before defining project()
3636run_conan()
Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ Or by specifying the options
170170
171171 run_vcpkg(
172172 VCPKG_URL "https://github.com/microsoft/vcpkg.git"
173- VCPKG_REV "86a181505ac6460f98496a79abdee6a0f49905ec "
173+ VCPKG_REV "0cb95c860ea83aafc1b24350510b30dec535989a "
174174 ENABLE_VCPKG_UPDATE
175175 )
176176
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" : " 86a181505ac6460f98496a79abdee6a0f49905ec " ,
5+ "builtin-baseline" : " 0cb95c860ea83aafc1b24350510b30dec535989a " ,
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- "86a181505ac6460f98496a79abdee6a0f49905ec " ENABLE_VCPKG_UPDATE
21+ "0cb95c860ea83aafc1b24350510b30dec535989a " ENABLE_VCPKG_UPDATE
2222)
2323run_conan ()
2424
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" : " 86a181505ac6460f98496a79abdee6a0f49905ec " ,
5+ "builtin-baseline" : " 0cb95c860ea83aafc1b24350510b30dec535989a " ,
66 "dependencies" : [
77 {
88 "name" : " eigen3" ,
You can’t perform that action at this time.
0 commit comments