File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.11)
2- project (patchworkpp VERSION 1.0.2 )
2+ project (patchworkpp VERSION 1.0.4 )
33
44option (USE_SYSTEM_EIGEN3 "Use system pre-installed Eigen" OFF )
55option (INCLUDE_CPP_EXAMPLES "Include C++ example codes, which require Open3D for visualization" OFF )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
44
55[project ]
66name = " pypatchworkpp"
7- version = " 1.0.2 "
7+ version = " 1.0.4 "
88requires-python = " >=3.8"
99description = " ground segmentation"
1010dependencies = [
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.16...3.26)
2- project (patchworkpp VERSION 0.4.0 LANGUAGES CXX)
2+ project (patchworkpp VERSION 1. 0.4 LANGUAGES CXX)
33
44set (ignore ${CATKIN_INSTALL_INTO_PREFIX_ROOT} )
55set (CMAKE_BUILD_TYPE Release)
You can’t perform that action at this time.
0 commit comments