diff --git a/.github/workflows/msvc-build-preset.yml b/.github/workflows/msvc-build-preset.yml index bb01ca36b..3c2d94a87 100644 --- a/.github/workflows/msvc-build-preset.yml +++ b/.github/workflows/msvc-build-preset.yml @@ -38,7 +38,6 @@ jobs: - name: Generate build system shell: pwsh run: | - Copy-Item .github/scripts/CMakePresets.json . cmake --fresh --preset ${{ inputs.preset }} -S . -B $env:RUNNER_TEMP - name: Build run: cmake --build $env:RUNNER_TEMP --parallel --clean-first --config ${{ inputs.buildType }} diff --git a/.github/scripts/CMakePresets.json b/CMakePresets.json similarity index 100% rename from .github/scripts/CMakePresets.json rename to CMakePresets.json diff --git a/.github/scripts/CMakePresets.json.license b/CMakePresets.json.license similarity index 100% rename from .github/scripts/CMakePresets.json.license rename to CMakePresets.json.license diff --git a/changes/sdk/pr.383.gh.OpenXR-SDK-Source.md b/changes/sdk/pr.383.gh.OpenXR-SDK-Source.md new file mode 100644 index 000000000..ba4f66a43 --- /dev/null +++ b/changes/sdk/pr.383.gh.OpenXR-SDK-Source.md @@ -0,0 +1 @@ +build: Move CMakePresets.json to the top directory