Added TBB linking flags to wrap build script
parent
7767f813e8
commit
591a43a343
|
@ -170,5 +170,5 @@ if (GTSAM_INSTALL_MATLAB_TOOLBOX)
|
||||||
|
|
||||||
# Macro to handle details of setting up targets
|
# Macro to handle details of setting up targets
|
||||||
# FIXME: issue with dependency between wrap_gtsam and wrap_gtsam_build, only shows up on CMake 2.8.3
|
# FIXME: issue with dependency between wrap_gtsam and wrap_gtsam_build, only shows up on CMake 2.8.3
|
||||||
wrap_library(gtsam "${mexFlags}" "../" "")
|
wrap_library(gtsam "${mexFlags}" "../" "${TBB_LIBS}")
|
||||||
endif ()
|
endif ()
|
||||||
|
|
|
@ -124,7 +124,7 @@ if (GTSAM_INSTALL_MATLAB_TOOLBOX)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# Macro to handle details of setting up targets
|
# Macro to handle details of setting up targets
|
||||||
wrap_library(gtsam_unstable "${mexFlags}" "./" gtsam)
|
wrap_library(gtsam_unstable "${mexFlags}" "./" "gtsam;${TBB_LIBS}")
|
||||||
|
|
||||||
endif(GTSAM_INSTALL_MATLAB_TOOLBOX)
|
endif(GTSAM_INSTALL_MATLAB_TOOLBOX)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue