From d7abf7d27d13ea9a8eba671df8f020cab44849fa Mon Sep 17 00:00:00 2001 From: "Justin Goshi (from Dev Box)" Date: Fri, 4 Aug 2023 14:58:59 -1000 Subject: [PATCH] Fix a comment --- ci/cmake-multi-platform.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/cmake-multi-platform.yml b/ci/cmake-multi-platform.yml index 774ba90..e0bcb55 100644 --- a/ci/cmake-multi-platform.yml +++ b/ci/cmake-multi-platform.yml @@ -70,6 +70,6 @@ jobs: - name: Test working-directory: ${{ steps.strings.outputs.build-output-dir }} - # Execute tests defined by the CMake configuration. Note that -C is needed because the default Windows generator is a multi-config generator (Visual Studio generator). + # Execute tests defined by the CMake configuration. Note that --build-config is needed because the default Windows generator is a multi-config generator (Visual Studio generator). # See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail run: ctest --build-config ${{ matrix.build_type }}