Windows: Reordered libraries with gtsam at the end (which is static on Windows)

This commit is contained in:
matlabbe
2018-03-28 11:04:18 -04:00
parent d886c788e7
commit 99acc9a6e7
2 changed files with 24 additions and 20 deletions

View File

@@ -395,7 +395,7 @@ IF(WITH_CPUTSDF)
ENDIF(WITH_CPUTSDF)
IF(WITH_OPENCHISEL)
find_package(open_chisel)
find_package(open_chisel QUIET)
if(open_chisel_FOUND)
MESSAGE(STATUS "Found open_chisel: ${open_chisel_INCLUDE_DIRS}")
endif(open_chisel_FOUND)