-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modifications to compile Python part of gz-msgs10
- Loading branch information
1 parent
26c1d40
commit be1f7e3
Showing
13 changed files
with
706 additions
and
72 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
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,24 @@ | ||
From 690d2a65eae3c968e82d47f62aee1234548163a6 Mon Sep 17 00:00:00 2001 | ||
From: Silvio Traversaro <[email protected]> | ||
Date: Mon, 2 Oct 2023 11:29:01 +0200 | ||
Subject: [PATCH] Set GZ_TOOLS_VER to 2 for consistency with rest of Garden and | ||
Harmonic libraries | ||
|
||
Signed-off-by: Silvio Traversaro <[email protected]> | ||
--- | ||
CMakeLists.txt | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/CMakeLists.txt b/CMakeLists.txt | ||
index 2a9e8ed0..7a4a6699 100644 | ||
--- a/CMakeLists.txt | ||
+++ b/CMakeLists.txt | ||
@@ -97,7 +97,7 @@ set(GZ_MATH_VER ${gz-math7_VERSION_MAJOR}) | ||
# Note that CLI files are installed regardless of whether the dependency is | ||
# available during build time | ||
find_program(HAVE_GZ_TOOLS gz) | ||
-set(GZ_TOOLS_VER 1) | ||
+set(GZ_TOOLS_VER 2) | ||
|
||
#-------------------------------------- | ||
# Find Tinyxml2 |
Oops, something went wrong.