Skip to content

Commit

Permalink
[cmake] Bumped prject version
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Kargin authored and dkargin committed Nov 7, 2024
1 parent 12e2ca0 commit aa0f0a0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.13)
set(CMAKE_POLICY_DEFAULT_CMP0077 NEW)
cmake_policy(SET CMP0077 NEW)

project(miniros VERSION 0.3.0)
project(miniros VERSION 0.4)

include(CheckIncludeFile)
include(CheckIncludeFiles)
Expand Down Expand Up @@ -189,6 +189,5 @@ if(NOT TARGET uninstall)
"${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake"
IMMEDIATE @ONLY)

add_custom_target(uninstall
COMMAND ${CMAKE_COMMAND} -P ${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake)
add_custom_target(uninstall COMMAND ${CMAKE_COMMAND} -P ${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake)
endif()

0 comments on commit aa0f0a0

Please sign in to comment.