artivis / manif

A small C++11 header-only library for Lie theory.
https://artivis.github.io/manif
MIT License
1.5k stars 245 forks source link

Fix find_package(manif) if tl-optional_FOUND is TRUE #236

Closed traversaro closed 3 years ago

traversaro commented 3 years ago

Without this patch, if tl-optional_FOUND is ON, the find_package(manif) does not work correctly as tl::optional target is not defined.

codecov[bot] commented 3 years ago

Codecov Report

Merging #236 (1a7abca) into devel (436702d) will increase coverage by 0.19%. The diff coverage is n/a.

@@            Coverage Diff             @@
##            devel     #236      +/-   ##
==========================================
+ Coverage   97.71%   97.91%   +0.19%     
==========================================
  Files          49       49              
  Lines        1532     1532              
==========================================
+ Hits         1497     1500       +3     
+ Misses         35       32       -3