Skip to content

Commit

Permalink
Explicitly disable unused SDL3 submodules in superbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkewley committed Nov 29, 2024
1 parent 1a1da72 commit 98e8402
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions third_party/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,13 @@ if(${OSCDEPS_GET_SDL})
-DSDL_INSTALL_CMAKEDIR:STRING=${CMAKE_INSTALL_LIBDIR}/cmake/SDL3
-DSDL_SHARED:BOOL=OFF
-DSDL_STATIC:BOOL=ON
-DSDL_AUDIO:BOOL=OFF
-DSDL_GPU:BOOL=OFF
-DSDL_RENDER:BOOL=OFF
-DSDL_JOYSTICK:BOOL=OFF
-DSDL_HAPTIC:BOOL=OFF
-DSDL_POWER:BOOL=OFF
-DSDL_SENSOR:BOOL=OFF
-DSDL_TEST_LIBRARY:BOOL=OFF
)
endif()
Expand Down

0 comments on commit 98e8402

Please sign in to comment.