File tree Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ set_target_properties(
58
58
59
59
link_directories (${PROJECT_SOURCE_DIR} /build )
60
60
61
- if (${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR} )
61
+ if (NOT TARGET pybind11 )
62
62
set (PYBIND11_PYTHON_VERSION "3.6" )
63
63
add_subdirectory (${PROJECT_SOURCE_DIR} /modules/pybind11 )
64
64
endif ()
Original file line number Diff line number Diff line change
1
+ set (gsplines_LIBRARIES gsplines )
2
+ get_target_property (gsplines_INCLUDE_DIRS gsplines
3
+ INTERFACE_INCLUDE_DIRECTORIES )
Original file line number Diff line number Diff line change 1
- get_filename_component (Franka_CMAKE_DIR "${CMAKE_CURRENT_LIST_FILE} " PATH )
2
-
3
- if (NOT TARGET GSplines )
4
- include ("${Franka_CMAKE_DIR} /GSplinesTargets.cmake" )
5
- endif ()
6
-
1
+ @PACKAGE_INIT@
7
2
set (gsplines_LIBRARIES gsplines )
8
- get_target_property (gsplines_INCLUDE_DIRS GSplines
3
+ get_target_property (gsplines_INCLUDE_DIRS gsplines
9
4
INTERFACE_INCLUDE_DIRECTORIES )
You can’t perform that action at this time.
0 commit comments