Skip to content

Commit

Permalink
Bump vsg requirement to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
geefr committed Nov 15, 2022
1 parent 9915eee commit ff796f7
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 @@ -14,7 +14,7 @@ set( CMAKE_CXX_STANDARD 17 )
set(OpenGL_GL_PREFERENCE GLVND)

# Package/System requirements
find_package(vsg)
find_package(vsg 1.0.0)
find_package(Vulkan REQUIRED)

add_subdirectory( deps/openxr )
Expand Down

0 comments on commit ff796f7

Please sign in to comment.