Skip to content

Commit

Permalink
Fix target properties for solver_eigen
Browse files Browse the repository at this point in the history
see #604
  • Loading branch information
RainerKuemmerle committed Oct 22, 2022
1 parent 5575db9 commit ce6530c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion g2o/solvers/eigen/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ target_link_libraries(solver_eigen core)

target_include_directories(solver_eigen PUBLIC
"$<BUILD_INTERFACE:${g2o_SOURCE_DIR};${PROJECT_BINARY_DIR}>"
$<INSTALL_INTERFACE:include/g2o/solver_eigen>
$<INSTALL_INTERFACE:include/g2o/solvers/eigen>
)

install(TARGETS solver_eigen
Expand Down

0 comments on commit ce6530c

Please sign in to comment.