We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a29068 commit 5cdd028Copy full SHA for 5cdd028
mk/cmake/SuperTux/ProvideSDL2_ttf.cmake
@@ -1,4 +1,4 @@
1
-option(USE_SYSTEM_SDL2_TTF "Use preinstalled SDL2_ttf if available" ON)
+option(USE_SYSTEM_SDL2_TTF "Use preinstalled SDL2_ttf if available" OFF)
2
if(USE_SYSTEM_SDL2_TTF)
3
find_package(SDL2_ttf QUIET)
4
endif()
0 commit comments