Skip to content

Commit

Permalink
Build in C++98 to ensure better compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisThrasher committed Dec 29, 2023
1 parent d9f5141 commit 5c9d1f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
cmake -S $GITHUB_WORKSPACE/CSFML -B $GITHUB_WORKSPACE/CSFML/build \
-DBUILD_SHARED_LIBS=ON \
-DCMAKE_BUILD_TYPE=${{matrix.type.name}} \
-DCMAKE_CXX_STANDARD=98 \
-DCMAKE_INSTALL_PREFIX=$GITHUB_WORKSPACE/CSFML/install \
-DCMAKE_VERBOSE_MAKEFILE=ON \
-DCSFML_BUILD_EXAMPLES=ON \
Expand Down

0 comments on commit 5c9d1f6

Please sign in to comment.