remove unused CMake variable

release/4.3a0
Varun Agrawal 2023-09-18 23:03:07 -04:00
parent 3a34b79a55
commit 15c5a94e96
1 changed files with 0 additions and 4 deletions

View File

@ -145,10 +145,6 @@ if (GTSAM_USE_EIGEN_MKL)
target_include_directories(gtsam PUBLIC ${MKL_INCLUDE_DIR})
endif()
if(GTSAM_USE_TBB)
target_include_directories(gtsam PUBLIC ${TBB_INCLUDE_DIRS})
endif()
# Add includes for source directories 'BEFORE' boost and any system include
# paths so that the compiler uses GTSAM headers in our source directory instead
# of any previously installed GTSAM headers.