Skip to content

Commit

Permalink
Build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
darbyjohnston committed Jun 9, 2024
1 parent 06d4c10 commit 096bdfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/SuperBuild/cmake/Modules/Buildglfw3.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set(glfw3_PATCH
${CMAKE_CURRENT_BINARY_DIR}/glfw3/src/glfw3/src/nsgl_context.m)
if(TLRENDER_GLFW_DISABLE_MACOS_APP_DELEGATE)
list(APPEND glfw3_PATCH
${CMAKE_COMMAND} -E copy_if_different
COMMAND ${CMAKE_COMMAND} -E copy_if_different
${CMAKE_CURRENT_SOURCE_DIR}/glfw3-patch/src/cocoa_init.m
${CMAKE_CURRENT_BINARY_DIR}/glfw3/src/glfw3/src/cocoa_init.m)
endif()
Expand Down

0 comments on commit 096bdfe

Please sign in to comment.