Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
jahnf authored Oct 13, 2023
1 parent 150fca2 commit 6c29b8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -172,11 +172,11 @@ target_compile_definitions(projecteur PRIVATE
# Update this information - the version numbers and the version type.
# VERSION_TYPE must be either 'release' or 'develop'
set_target_properties(projecteur PROPERTIES
VERSION_MAJOR 1
VERSION_MINOR 0
VERSION_MAJOR 0
VERSION_MINOR 10
VERSION_PATCH 0
VERSION_TYPE develop
VERSION_DISTANCE_OFFSET 0
VERSION_DISTANCE_OFFSET 100
)
add_version_info(projecteur "${CMAKE_CURRENT_SOURCE_DIR}")

Expand Down

0 comments on commit 6c29b8d

Please sign in to comment.