File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 4949 submodules : true # non-recursive, no remote
5050 - name : generate cmake build files
5151 run : |
52- ls /__w/monorepo/monorepo/vcpkg-installation/scripts/buildsystems/
52+ ls $VCPKG_ROOT
53+ ls $VCPKG_ROOT/scripts/
54+ ls $VCPKG_ROOT/scripts/buildsystems/
5355 mkdir out
5456 cd out
5557 cmake ../build/cmake
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ if(NOT VCPKG_ROOT)
1111 set (VCPKG_ROOT "$ENV{VCPKG_ROOT} " CACHE INTERNAL "" FORCE)
1212else ()
1313 # Set environment variable VCPKG_ROOT from our cache variable, because this is a standard VCPKG variable
14- # and its required to be set by VCPKG. Also its value may affect some scripts running in the VCPKG context.
14+ # and it is required to be set by VCPKG. Also its value may affect some scripts running in the VCPKG context.
1515 set (ENV{VCPKG_ROOT} "${VCPKG_ROOT} " )
1616endif ()
1717
You can’t perform that action at this time.
0 commit comments