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:
parent
02378673ac
commit
4617dfb92e
1 changed files with 1 additions and 1 deletions
|
@ -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>"
|
||||
|
|
Loading…
Reference in a new issue