-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
udpage cmake config and add an auxiliar one
- Loading branch information
Rafael Rojas
committed
Mar 22, 2024
1 parent
0f81e98
commit fec4827
Showing
3 changed files
with
6 additions
and
8 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,3 @@ | ||
set(gsplines_LIBRARIES gsplines) | ||
get_target_property(gsplines_INCLUDE_DIRS gsplines | ||
INTERFACE_INCLUDE_DIRECTORIES) |
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,4 @@ | ||
get_filename_component(Franka_CMAKE_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH) | ||
|
||
if(NOT TARGET GSplines) | ||
include("${Franka_CMAKE_DIR}/GSplinesTargets.cmake") | ||
endif() | ||
|
||
@PACKAGE_INIT@ | ||
set(gsplines_LIBRARIES gsplines) | ||
get_target_property(gsplines_INCLUDE_DIRS GSplines | ||
get_target_property(gsplines_INCLUDE_DIRS gsplines | ||
INTERFACE_INCLUDE_DIRECTORIES) |