diff --git a/.github/workflows/range-v3-ci.yml b/.github/workflows/range-v3-ci.yml index 2ee0affce..ac6147c9d 100644 --- a/.github/workflows/range-v3-ci.yml +++ b/.github/workflows/range-v3-ci.yml @@ -118,7 +118,7 @@ jobs: COMMAND "${{ matrix.config.environment_script }}" && set OUTPUT_FILE environment_script_output.txt ) - set(cxx_flags "/permissive- /EHsc") + set(cxx_flags "/nologo /permissive- /EHsc") file(STRINGS environment_script_output.txt output_lines) foreach(line IN LISTS output_lines) if (line MATCHES "^([a-zA-Z0-9_-]+)=(.*)$") @@ -157,6 +157,10 @@ jobs: set(cxx_concepts OFF) endif() + if ("${{ runner.os }}" STREQUAL "Windows") + set(link_flags "${link_flags} /NOLOGO") + endif() + execute_process( COMMAND ${{ steps.cmake_and_ninja.outputs.cmake_dir }}/cmake -S .