-
-
Notifications
You must be signed in to change notification settings - Fork 646
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
86df02e
commit 7406875
Showing
2 changed files
with
8 additions
and
6 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 |
---|---|---|
@@ -1,9 +1,12 @@ | ||
|
||
##### fastCDR ###### | ||
|
||
find_package(fastcdr QUIET) | ||
if (NOT fastcdr_FOUND) | ||
CPMAddPackage("gh:eProsima/[email protected]") | ||
if(NOT TARGET fastcdr) | ||
CPMAddPackage( | ||
NAME fastcdr_imported | ||
GITHUB_REPOSITORY eProsima/Fast-CDR | ||
GIT_TAG v2.2.6 | ||
OPTIONS "BUILD_SHARED_LIBS OFF" | ||
) | ||
endif() | ||
|
||
##### backward_cpp ###### | ||
|
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