Added c++11 definition when latest libpointmatcher is found

This commit is contained in:
matlabbe
2020-11-06 16:37:29 -05:00
parent e102243f0e
commit b95537a680

View File

@@ -626,7 +626,8 @@ ELSEIF(G2O_FOUND OR
okvis_FOUND OR
open_chisel_FOUND OR
msckf_vio_FOUND OR
vins_FOUND)
vins_FOUND OR
libpointmatcher_FOUND)
#Newest versions require std11
IF(NOT MSVC)
include(CheckCXXCompilerFlag)