mirror of
https://github.com/glfw/glfw.git
synced 2026-09-22 16:52:57 +00:00
Start making use of CMake 3.4 string(APPEND)
This commit is contained in:
+2
-2
@@ -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