Skip to content

Commit

Permalink
try TGUI_CXX_STANDARD instead
Browse files Browse the repository at this point in the history
  • Loading branch information
NQNStudios committed May 28, 2024
1 parent 3aa4a9f commit afa5486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/linux/install-tgui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
git clone --depth 1 -b 0.9 https://github.com/texus/TGUI.git
cd TGUI
export CLICOLOR_FORCE=1
cmake -D CMAKE_CXX_STANDARD=14 .
cmake -D TGUI_CXX_STANDARD=14 .
make
cmake --install .
cd .. # Probably not needed but...

0 comments on commit afa5486

Please sign in to comment.