From e10a9f04c590c974df684fdecb89bdc87b59b283 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=91=E5=B9=B4=E4=B9=B0=E7=93=9C=E5=90=97?= <168421515+zhouyi207@users.noreply.github.com> Date: Thu, 10 Apr 2025 17:26:35 +0800 Subject: [PATCH] Update CMakeLists.txt (#2811) --- spine-glfw/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spine-glfw/CMakeLists.txt b/spine-glfw/CMakeLists.txt index 9f1a99c8e..8ff02a105 100644 --- a/spine-glfw/CMakeLists.txt +++ b/spine-glfw/CMakeLists.txt @@ -19,7 +19,7 @@ set(GLFW_INSTALL OFF CACHE BOOL " " FORCE) FetchContent_Declare( glbinding GIT_REPOSITORY https://github.com/cginternals/glbinding.git - GIT_TAG v3.3.0 + GIT_TAG v3.4.0 GIT_SHALLOW 1 ) FetchContent_MakeAvailable(glbinding) @@ -65,4 +65,4 @@ set_property(TARGET spine-glfw-example-cpp-lite PROPERTY VS_DEBUGGER_WORKING_DIR # copy data to build directory add_custom_command(TARGET spine-glfw-example PRE_BUILD COMMAND ${CMAKE_COMMAND} -E copy_directory - ${CMAKE_CURRENT_LIST_DIR}/data $/data) \ No newline at end of file + ${CMAKE_CURRENT_LIST_DIR}/data $/data)