Skip to content

Commit

Permalink
Upgrade minimum CMake for GLFW
Browse files Browse the repository at this point in the history
This changelist upgrades the minimum version of CMake for the custom GLFW build in the Graph Editor, resolving warnings when building with the recommended versions of CMake in MaterialX.
  • Loading branch information
jstone-lucasfilm committed Jul 14, 2024
1 parent a86f677 commit 77687a3
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
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.1)
cmake_minimum_required(VERSION 3.5)

project(GLFW VERSION 3.4.0 LANGUAGES C)

Expand Down

0 comments on commit 77687a3

Please sign in to comment.