Skip to content

Commit b7987c1

Browse files
authored
Disables xtest in SDL build (#152)
1 parent bdff24c commit b7987c1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ endif ()
125125
set(SDL_STATIC ON)
126126
set(SDL_SHARED OFF)
127127
set(SDL_TEST OFF)
128+
set(SDL_X11_XTEST OFF)
128129
add_subdirectory(external/SDL)
129130
set(SDL_INCLUDE_DIR lib/SDL/include)
130131
set(SDL_LIBRARY SDL3-static)

0 commit comments

Comments
 (0)