FIXMEs for wrapping library components
parent
0393f65629
commit
2123938b1b
|
|
@ -137,5 +137,7 @@ if (GTSAM_BUILD_WRAP)
|
|||
set(mexFlags "${mexFlags} -g COMPFLAGS='/c /DMATLAB_MEX_FILE ${CMAKE_CXX_FLAGS_${cmake_build_type_toupper}}'")
|
||||
|
||||
# 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: rework install commands to specify only certain filetypes/folders to avoid installing temp files
|
||||
wrap_library(gtsam "${mexFlags}" "../")
|
||||
endif ()
|
||||
|
|
|
|||
Loading…
Reference in New Issue