diff --git a/CMakeLists.txt b/CMakeLists.txt index df6139dd..8bc5d2f4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.7) project(vsgExamples - VERSION 1.1.3 + VERSION 1.1.4 DESCRIPTION "Set of example programs that test and illustrate how to use the VulkanSceneGraph" LANGUAGES CXX C ) @@ -21,7 +21,7 @@ if (VULKAN_SDK) set(ENV{VULKAN_SDK} ${VULKAN_SDK}) endif() -find_package(vsg 1.1.3) +find_package(vsg 1.1.4) vsg_setup_dir_vars() vsg_setup_build_vars()