EmptyEpsilon: use updated CMake target for GLM

The GLM derivation was updated from 0.9.8.5 to 0.9.9.8, and the CMake
target name changed from glm to the namespaced glm::glm.
This commit is contained in:
Sebastián Mancilla 2021-09-21 14:49:59 -03:00
parent 02378673ac
commit 4617dfb92e

View file

@ -26,7 +26,7 @@ index cbd68ca..730df82 100644
target_link_libraries(seriousproton_deps
INTERFACE
- box2d lua glew ${SFML_LIBRARIES}
+ box2d lua glew ${SFML_LIBRARIES} glm
+ box2d lua glew ${SFML_LIBRARIES} glm::glm
"$<$<BOOL:${WIN32}>:wsock32>"
# LTO flag must be on the linker's list as well.
"$<$<AND:$<BOOL:${CMAKE_COMPILER_IS_GNUCC}>,$<OR:$<CONFIG:RelWithDebInfo>,$<CONFIG:Release>>>:-flto>"