-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Showing
3 changed files
with
5 additions
and
5 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
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,9 @@ | ||
get_filename_component(LIBCOMMSDSL_CMAKE_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH) | ||
include("${LIBCOMMSDSL_CMAKE_DIR}/LibCommsdslTargets.cmake") | ||
if (TARGET commsdsl::commsdsl) | ||
if (TARGET cc::commsdsl) | ||
set (LIBCOMMSDSL_FOUND TRUE) | ||
get_target_property (LIBCOMMSDSL_INCLUDE_DIRS commsdsl::commsdsl INTERFACE_INCLUDE_DIRECTORIES) | ||
get_target_property (LIBCOMMSDSL_LIBRARIES commsdsl::commsdsl IMPORTED_LOCATION_NOCONFIG) | ||
get_target_property (LIBCOMMSDSL_INCLUDE_DIRS cc::commsdsl INTERFACE_INCLUDE_DIRECTORIES) | ||
get_target_property (LIBCOMMSDSL_LIBRARIES cc::commsdsl IMPORTED_LOCATION_NOCONFIG) | ||
endif () | ||
|
||
|