Skip to content

Commit

Permalink
Updated versions to build against VSG-v1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
robertosfield committed Oct 6, 2023
1 parent b740a3e commit c8b5949
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
cmake_minimum_required(VERSION 3.12)

project(vsgPoints
VERSION 0.1.1
VERSION 0.2.0
DESCRIPTION "VulkanSceneGraph Point Cloud rendering."
LANGUAGES CXX
)
set(VSGPOINTS_SOVERSION 0)
SET(VSGPOINTS_RELEASE_CANDIDATE 1)
SET(VSGPOINTS_RELEASE_CANDIDATE 0)

set(VSGPOINTS_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}" CACHE INTERNAL "Root source directory of vsgPoints")
set(VSGPOINTS_BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR}" CACHE INTERNAL "Root binary directory of vsgPoints")
Expand Down

0 comments on commit c8b5949

Please sign in to comment.