Skip to content

Commit

Permalink
Fix Ninja builds of both Viewer and Editor (#1533)
Browse files Browse the repository at this point in the history
Related to: #1208
  • Loading branch information
igor-elovikov authored Oct 7, 2023
1 parent 85dc5e1 commit f583ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/MaterialXGraphEditor/External/Glfw/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ if (BUILD_SHARED_LIBS AND UNIX)
# On Unix-like systems, shared libraries can use the soname system.
set(GLFW_LIB_NAME glfw)
else()
set(GLFW_LIB_NAME glfw3)
set(GLFW_LIB_NAME glfw3_minimal)
endif()

if (GLFW_VULKAN_STATIC)
Expand Down

0 comments on commit f583ea1

Please sign in to comment.