-
-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create ros-noetic-geometric-shapes.win.patch
- Loading branch information
1 parent
dbc9afc
commit e602d67
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |