Skip to content

Commit

Permalink
Install SFML to default location
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisThrasher committed Oct 23, 2023
1 parent 579dc1a commit a3e6b8d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ jobs:
- name: Configure SFML
run: |
cmake -S sfml -B sfml/build \
-DCMAKE_INSTALL_PREFIX=sfml/install \
-DCMAKE_BUILD_TYPE=${{matrix.type.name}} \
-DSFML_BUILD_AUDIO=OFF \
-DSFML_BUILD_NETWORK=OFF \
Expand All @@ -84,7 +83,6 @@ jobs:
-DCMAKE_INSTALL_PREFIX=$GITHUB_WORKSPACE/install \
-DCMAKE_VERBOSE_MAKEFILE=ON \
-DIMGUI_DIR=$GITHUB_WORKSPACE/imgui \
-DSFML_ROOT=$GITHUB_WORKSPACE/sfml/install \
-DIMGUI_SFML_BUILD_EXAMPLES=ON \
-DIMGUI_SFML_BUILD_TESTING=ON \
-DIMGUI_SFML_ENABLE_WARNINGS=ON \
Expand Down

0 comments on commit a3e6b8d

Please sign in to comment.