mirror of
https://github.com/glfw/glfw.git
synced 2026-02-17 13:02:33 +01:00
Start making use of CMake 3.4 string(APPEND)
This commit is contained in:
@@ -256,10 +256,10 @@ endif()
|
||||
# Export GLFW library dependencies
|
||||
#--------------------------------------------------------------------
|
||||
foreach(arg ${glfw_PKG_DEPS})
|
||||
set(deps "${deps} ${arg}")
|
||||
string(APPEND deps " ${arg}")
|
||||
endforeach()
|
||||
foreach(arg ${glfw_PKG_LIBS})
|
||||
set(libs "${libs} ${arg}")
|
||||
string(APPEND libs " ${arg}")
|
||||
endforeach()
|
||||
|
||||
set(GLFW_PKG_CONFIG_REQUIRES_PRIVATE "${deps}" CACHE INTERNAL
|
||||
|
||||
Reference in New Issue
Block a user