Skip to content

Commit

Permalink
add comment for PDAL_BUILD_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Apr 22, 2020
1 parent 3810977 commit c65d98e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CMakeLists.txt
Expand Up @@ -27,7 +27,11 @@ mark_as_advanced(CMAKE_VERBOSE_MAKEFILE)
#------------------------------------------------------------------------------

set(PDAL_API_VERSION "10")
set(PDAL_BUILD_VERSION "11")

# change this according to SOVERSION naming rules. See
# https://github.com/libspatialindex/libspatialindex/pull/44#issuecomment-57088783 for
# details
set(PDAL_BUILD_VERSION "11.0.0")

set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
Expand Down

0 comments on commit c65d98e

Please sign in to comment.