cmake is case sensitive in linux
This commit is contained in:
parent
8c383c1f8b
commit
b10404237a
|
@ -36,5 +36,5 @@ endif()
|
|||
|
||||
if(NOT ENABLE_QT_GUI)
|
||||
# SDL3
|
||||
add_subdirectory(SDL3 EXCLUDE_FROM_ALL)
|
||||
add_subdirectory(sdl3 EXCLUDE_FROM_ALL)
|
||||
endif()
|
||||
|
|
Loading…
Reference in New Issue