Skip to content

Commit

Permalink
Bumped the min VSG version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robertosfield committed Jan 4, 2024
1 parent 5407c04 commit 3bbba12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if (VULKAN_SDK)
set(ENV{VULKAN_SDK} ${VULKAN_SDK})
endif()

set(VSG_MIN_VERSION 1.0.10)
set(VSG_MIN_VERSION 1.1.0)
find_package(vsg ${VSG_MIN_VERSION})

vsg_setup_dir_vars()
Expand Down

0 comments on commit 3bbba12

Please sign in to comment.