We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 605cdd5 commit 20464ceCopy full SHA for 20464ce
CMakeLists.txt
@@ -27,7 +27,7 @@ if("${CMAKE_BUILD_TYPE}" STREQUAL "")
27
set(CMAKE_BUILD_TYPE RelWithDebInfo CACHE STRING "build type default to RelWithDebInfo, set to Release to improve performance" FORCE)
28
endif()
29
30
-project(PCL VERSION 1.15.0)
+project(PCL VERSION 1.15.0.99)
31
string(TOLOWER ${PROJECT_NAME} PROJECT_NAME_LOWER)
32
33
if(MSVC AND ("${MSVC_VERSION}" LESS 1910))
0 commit comments