File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 1818 submodules : ' recursive'
1919
2020 - name : Configure CMake
21- run : cmake -G "Visual Studio 17 2022" -A x64 -B ${{github.workspace}}/build -DCMAKE_INSTALL_PREFIX=${{github.workspace}}/install -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake
21+ run : cmake -G "Visual Studio 17 2022" -A x64 -B ${{github.workspace}}/build -DX_VCPKG_APPLOCAL_DEPS_INSTALL=ON - DCMAKE_INSTALL_PREFIX=${{github.workspace}}/install -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake
2222
2323 - name : Build
2424 run : cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} -j
Original file line number Diff line number Diff line change @@ -9,8 +9,6 @@ set(CMAKE_CXX_EXTENSIONS OFF)
99SET (CMAKE_FIND_PACKAGE_SORT_ORDER NATURAL)
1010SET (CMAKE_FIND_PACKAGE_SORT_DIRECTION DEC)
1111
12- set (X_VCPKG_APPLOCAL_DEPS_INSTALL ON )
13-
1412project (shadertoy VERSION 0.1.1 HOMEPAGE_URL "https://github.com/dtcxzyw/shadertoy" )
1513
1614if (NOT CMAKE_BUILD_TYPE )
You can’t perform that action at this time.
0 commit comments