mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-05 15:03:33 +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")
|
set(SDL2_LIBRARIES "SDL2::SDL2")
|
||||||
endif ()
|
endif ()
|
||||||
# Getting complaint about space at the end of this on ubuntu16.
|
# Getting complaint about space at the end of this on ubuntu16.
|
||||||
string(STRIP ${SDL2_LIBRARIES} SDL2_LIBRARIES)
|
string(STRIP "${SDL2_LIBRARIES}" SDL2_LIBRARIES)
|
||||||
else ()
|
else ()
|
||||||
message(FATAL_ERROR "SDL2 not found")
|
message(FATAL_ERROR "SDL2 not found")
|
||||||
endif ()
|
endif ()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user