Skip to content

Commit

Permalink
Fixup CMake warning
Browse files Browse the repository at this point in the history
  • Loading branch information
victorpaleologue committed Jul 13, 2023
1 parent 29831fe commit 7a1c373
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project(naoqi_driver VERSION 0.6.1 LANGUAGES CXX)
cmake_minimum_required(VERSION 3.2)
project(naoqi_driver)
cmake_minimum_required(VERSION 3.0.2)

# define source files that can be used by qibuild or catkin
set(
Expand Down

0 comments on commit 7a1c373

Please sign in to comment.