-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
da2bbf4
commit 61c1d2c
Showing
8 changed files
with
108 additions
and
16 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,13 @@ | ||
diff --git a/CMakeLists.txt b/CMakeLists.txt | ||
index bacf717..69ead8b 100644 | ||
--- a/CMakeLists.txt | ||
+++ b/CMakeLists.txt | ||
@@ -36,7 +36,7 @@ if(NOT $ENV{GZ_RELAX_VERSION_MATCH} STREQUAL "") | ||
set(VERSION_MATCH "") | ||
endif() | ||
|
||
-find_package(${LIB_NAME_FULL} ${VERSION_MATCH} ${LIB_VER} COMPONENTS all QUIET) | ||
+find_package(${LIB_NAME_FULL} COMPONENTS all QUIET) | ||
|
||
ament_vendor(${LIB_NAME_UNDERSCORE}_vendor | ||
SATISFIED ${${LIB_NAME_FULL}_FOUND} |
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,13 @@ | ||
diff --git a/CMakeLists.txt b/CMakeLists.txt | ||
index a234d6c..1bc36ea 100644 | ||
--- a/CMakeLists.txt | ||
+++ b/CMakeLists.txt | ||
@@ -37,7 +37,7 @@ if(NOT $ENV{GZ_RELAX_VERSION_MATCH} STREQUAL "") | ||
set(VERSION_MATCH "") | ||
endif() | ||
|
||
-find_package(${LIB_NAME_FULL} ${VERSION_MATCH} ${LIB_VER} COMPONENTS all QUIET) | ||
+find_package(${LIB_NAME_FULL} COMPONENTS all QUIET) | ||
|
||
ament_vendor(${LIB_NAME_UNDERSCORE}_vendor | ||
SATISFIED ${${LIB_NAME_FULL}_FOUND} |
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,13 @@ | ||
diff --git a/CMakeLists.txt b/CMakeLists.txt | ||
index 3b0b5e4..fa007d8 100644 | ||
--- a/CMakeLists.txt | ||
+++ b/CMakeLists.txt | ||
@@ -41,7 +41,7 @@ if(NOT $ENV{GZ_RELAX_VERSION_MATCH} STREQUAL "") | ||
set(VERSION_MATCH "") | ||
endif() | ||
|
||
-find_package(${LIB_NAME_FULL} ${VERSION_MATCH} ${LIB_VER} COMPONENTS all QUIET) | ||
+find_package(${LIB_NAME_FULL} COMPONENTS all QUIET) | ||
|
||
ament_vendor(${LIB_NAME_UNDERSCORE}_vendor | ||
SATISFIED ${${LIB_NAME_FULL}_FOUND} |
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,13 @@ | ||
diff --git a/CMakeLists.txt b/CMakeLists.txt | ||
index ed2578e..cb5c72a 100644 | ||
--- a/CMakeLists.txt | ||
+++ b/CMakeLists.txt | ||
@@ -36,7 +36,7 @@ if(NOT $ENV{GZ_RELAX_VERSION_MATCH} STREQUAL "") | ||
set(VERSION_MATCH "") | ||
endif() | ||
|
||
-find_package(${LIB_NAME_FULL} ${VERSION_MATCH} ${LIB_VER} COMPONENTS all QUIET) | ||
+find_package(${LIB_NAME_FULL} COMPONENTS all QUIET) | ||
|
||
ament_vendor(${LIB_NAME_UNDERSCORE}_vendor | ||
SATISFIED ${${LIB_NAME_FULL}_FOUND} |
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,13 @@ | ||
diff --git a/CMakeLists.txt b/CMakeLists.txt | ||
index 1fba7c8..c82aaa5 100644 | ||
--- a/CMakeLists.txt | ||
+++ b/CMakeLists.txt | ||
@@ -42,7 +42,7 @@ if(NOT $ENV{GZ_RELAX_VERSION_MATCH} STREQUAL "") | ||
set(VERSION_MATCH "") | ||
endif() | ||
|
||
-find_package(${LIB_NAME_FULL} ${VERSION_MATCH} ${LIB_VER} COMPONENTS all QUIET) | ||
+find_package(${LIB_NAME_FULL} COMPONENTS all QUIET) | ||
|
||
ament_vendor(${LIB_NAME_UNDERSCORE}_vendor | ||
SATISFIED ${${LIB_NAME_FULL}_FOUND} |
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,13 @@ | ||
diff --git a/CMakeLists.txt b/CMakeLists.txt | ||
index d0d7a23..77f334f 100644 | ||
--- a/CMakeLists.txt | ||
+++ b/CMakeLists.txt | ||
@@ -38,7 +38,7 @@ if(NOT $ENV{GZ_RELAX_VERSION_MATCH} STREQUAL "") | ||
set(VERSION_MATCH "") | ||
endif() | ||
|
||
-find_package(${LIB_NAME_FULL} ${VERSION_MATCH} ${LIB_VER} COMPONENTS all QUIET) | ||
+find_package(${LIB_NAME_FULL} COMPONENTS all QUIET) | ||
|
||
ament_vendor(${LIB_NAME_UNDERSCORE}_vendor | ||
SATISFIED ${${LIB_NAME_FULL}_FOUND} |
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,13 @@ | ||
diff --git a/CMakeLists.txt b/CMakeLists.txt | ||
index 264ab97..acc88cd 100644 | ||
--- a/CMakeLists.txt | ||
+++ b/CMakeLists.txt | ||
@@ -34,7 +34,7 @@ if(NOT $ENV{GZ_RELAX_VERSION_MATCH} STREQUAL "") | ||
set(VERSION_MATCH "") | ||
endif() | ||
|
||
-find_package(${LIB_NAME_FULL} ${VERSION_MATCH} ${LIB_VER} COMPONENTS all QUIET) | ||
+find_package(${LIB_NAME_FULL} COMPONENTS all QUIET) | ||
|
||
ament_vendor(${LIB_NAME_UNDERSCORE}_vendor | ||
SATISFIED ${${LIB_NAME_FULL}_FOUND} |
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