mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-25 16:33:20 +08:00
quote SDL2_LIBRARIES
This commit is contained in:
parent
449fc296d5
commit
708490c0b1
@ -45,7 +45,7 @@ if (HEADLESS)
|
||||
set(SDL2_LIBRARIES "SDL2::SDL2")
|
||||
endif ()
|
||||
# Getting complaint about space at the end of this on ubuntu16.
|
||||
string(STRIP ${SDL2_LIBRARIES} SDL2_LIBRARIES)
|
||||
string(STRIP "${SDL2_LIBRARIES}" SDL2_LIBRARIES)
|
||||
else ()
|
||||
message(FATAL_ERROR "SDL2 not found")
|
||||
endif ()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user