Skip to content

Commit

Permalink
Fixup CMakeLists.txt (#41)
Browse files Browse the repository at this point in the history
CMake Warning (dev) at CMakeLists.txt:1 (project):
  cmake_minimum_required() should be called prior to this top-level project()
  call.  Please see the cmake-commands(7) manual for usage documentation of
  both commands.
This warning is for project developers.  Use -Wno-dev to suppress it.
  • Loading branch information
Tobias-Fischer authored Mar 29, 2024
1 parent 84dbfbf commit 32f17d6
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,7 +1,7 @@
project(carlsim)

cmake_minimum_required(VERSION 3.21.0)

project(carlsim)

# specify the C++ standard aligned to YARP
set(CMAKE_CXX_STANDARD 14)
set(CMAKE_CXX_STANDARD_REQUIRED True)
Expand Down

0 comments on commit 32f17d6

Please sign in to comment.