Skip to content

Commit

Permalink
Bump C++ standard to 17 and don't build as Debug.
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanFabian committed Aug 16, 2024
1 parent 28e13db commit 8c986b6
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,8 +1,8 @@
cmake_minimum_required(VERSION 3.10)
project(qml_ros2_plugin VERSION 1.0.0)
set(CMAKE_CXX_STANDARD 14)
set(CMAKE_CXX_STANDARD 17)

set(CMAKE_BUILD_TYPE "Debug")
#set(CMAKE_BUILD_TYPE "Debug")

option(GLOBAL_INSTALL "Install the plugin globally instead of as a ROS2 overlay." OFF)

Expand Down

0 comments on commit 8c986b6

Please sign in to comment.