Skip to content

Commit

Permalink
Merge me from the window
Browse files Browse the repository at this point in the history
  • Loading branch information
tizianoGuadagnino committed Jan 9, 2025
1 parent e58c060 commit 1e14a4e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cpp/kinematic_icp/3rdparty/kiss_icp/kiss-icp.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ if(CMAKE_VERSION VERSION_GREATER 3.24)
endif()

include(FetchContent)
FetchContent_Declare(kiss_icp URL https://github.com/PRBonn/kiss-icp/archive/refs/tags/v1.1.0.tar.gz SOURCE_SUBDIR
FetchContent_Declare(kiss_icp URL https://github.com/PRBonn/kiss-icp/archive/refs/tags/v1.2.0.tar.gz SOURCE_SUBDIR
cpp/kiss_icp)
FetchContent_MakeAvailable(kiss_icp)
2 changes: 1 addition & 1 deletion cpp/kinematic_icp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
cmake_minimum_required(VERSION 3.16...3.26)
project(kinematic_icp_cpp VERSION 0.0.1 LANGUAGES CXX)
project(kinematic_icp_cpp VERSION 0.1.1 LANGUAGES CXX)

# Setup build options for the underlying kiss dependency
option(USE_CCACHE "Build using Ccache if found on the path" ON)
Expand Down
2 changes: 1 addition & 1 deletion ros/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
cmake_minimum_required(VERSION 3.16...3.26)
project(kinematic_icp VERSION 0.0.1 LANGUAGES CXX)
project(kinematic_icp VERSION 0.1.1 LANGUAGES CXX)

set(CMAKE_BUILD_TYPE Release)

Expand Down
2 changes: 1 addition & 1 deletion ros/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ SOFTWARE.
-->
<package format="3">
<name>kinematic_icp</name>
<version>0.0.1</version>
<version>0.1.1</version>
<description>ROS 2 Wrapper</description>
<maintainer email="[email protected]">frevo137</maintainer>
<license>MIT</license>
Expand Down

0 comments on commit 1e14a4e

Please sign in to comment.