Closed smanders closed 3 years ago
continuation of previous work https://github.com/smanders/externpro/issues/273#issuecomment-665224974
now that ceres is much easier to test (buildpro development containers provide CUDA nvcc compiler), it would be nice to have this project work with target_link_libraries() and no longer need xpTargetExtern()
target_link_libraries()
xpTargetExtern()
ceres patch https://github.com/ceres-solver/ceres-solver/compare/1.14.0...smanders:xp1.14.0 ceres use script https://github.com/smanders/externpro/blob/dev/projects/use/usexp-ceres-config.cmake
completed with commit to dev branch referenced above
continuation of previous work https://github.com/smanders/externpro/issues/273#issuecomment-665224974
now that ceres is much easier to test (buildpro development containers provide CUDA nvcc compiler), it would be nice to have this project work with
target_link_libraries()
and no longer needxpTargetExtern()