File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.11)
2
- project (patchworkpp VERSION 1.0.2 )
2
+ project (patchworkpp VERSION 1.0.4 )
3
3
4
4
option (USE_SYSTEM_EIGEN3 "Use system pre-installed Eigen" OFF )
5
5
option (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"
4
4
5
5
[project ]
6
6
name = " pypatchworkpp"
7
- version = " 1.0.2 "
7
+ version = " 1.0.4 "
8
8
requires-python = " >=3.8"
9
9
description = " ground segmentation"
10
10
dependencies = [
Original file line number Diff line number Diff line change 1
1
cmake_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)
3
3
4
4
set (ignore ${CATKIN_INSTALL_INTO_PREFIX_ROOT} )
5
5
set (CMAKE_BUILD_TYPE Release)
You can’t perform that action at this time.
0 commit comments