Skip to content

Commit

Permalink
Stop setting CMAKE_CXX_STANDARD
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisThrasher committed Aug 9, 2024
1 parent 19b0140 commit 2453a1a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ jobs:
cmake -S imgui-sfml -B imgui-sfml/build \
-DCMAKE_BUILD_TYPE=${{matrix.type.name}} \
-DCMAKE_CXX_EXTENSIONS=OFF \
-DCMAKE_CXX_STANDARD=11 \
-DCMAKE_EXPORT_COMPILE_COMMANDS=ON \
-DCMAKE_INSTALL_PREFIX=$GITHUB_WORKSPACE/install \
-DCMAKE_VERBOSE_MAKEFILE=ON \
Expand Down

0 comments on commit 2453a1a

Please sign in to comment.