Skip to content

Commit

Permalink
Create ros-noetic-geometric-shapes.win.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias-Fischer authored Feb 6, 2024
1 parent dbc9afc commit e602d67
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions patch/ros-noetic-geometric-shapes.win.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ccc9864..3d49528 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,17 +1,6 @@
cmake_minimum_required(VERSION 3.0.2)
project(geometric_shapes)

-# Set compile options
-set(PROJECT_COMPILE_OPTIONS
- -Wall
- -Wextra
- -Wwrite-strings
- -Wunreachable-code
- -Wpointer-arith
- -Wredundant-decls
- -Wno-unused-parameter
-)
-
list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake/")

if(NOT CMAKE_CONFIGURATION_TYPES AND NOT CMAKE_BUILD_TYPE)

0 comments on commit e602d67

Please sign in to comment.