Revert "add cpp standard flag to cmake (#3684)"

This reverts commit 01ced3238e.
This commit is contained in:
Dustin J. Mitchell 2024-11-17 15:18:38 -05:00
parent caae3fa37b
commit ed3667c19e
No known key found for this signature in database

View file

@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4.1.6 uses: actions/checkout@v4.1.6
- name: Configure project - name: Configure project
run: cmake -S . -B build -G Ninja -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_FLAGS=--coverage -DCMAKE_CXX_STANDARD=17 run: cmake -S . -B build -G Ninja -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_FLAGS=--coverage
- name: Build project - name: Build project
run: cmake --build build --target test_runner --target task_executable run: cmake --build build --target test_runner --target task_executable