Skip to content

Commit

Permalink
fix(snap): reapply changes remove by the merge of main (facontidavide…
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaumebeuzeboc authored Jul 26, 2022
1 parent ce07e1b commit 0588828
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -177,10 +177,6 @@ target_include_directories(plotjuggler_base INTERFACE
$<INSTALL_INTERFACE:include>
)

target_include_directories(plotjuggler_base INTERFACE
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}>
$<INSTALL_INTERFACE:include>
)
######################### INSTALL ####################################

if(COMPILING_WITH_CATKIN)
Expand Down
2 changes: 1 addition & 1 deletion cmake/Config.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set(PJ_MAJOR_VERSION "@PJ_MAJOR_VERSION@")
set(PJ_MINOR_VERSION "@PJ_MINOR_VERSION@")
set(PJ_PATCH_VERSION "@PJ_PATCH_VERSION@")

include("@CMAKE_INSTALL_PREFIX@/@PJ_CMAKECONFIG_INSTALL_DIR@/@[email protected]")
include("${CMAKE_CURRENT_LIST_DIR}/@[email protected]")

set_and_check(@PROJECT_NAME@_INCLUDE_DIR "@CMAKE_INSTALL_PREFIX@/include")

Expand Down

0 comments on commit 0588828

Please sign in to comment.