Skip to content

Commit

Permalink
remove unused TBB variable
Browse files Browse the repository at this point in the history
  • Loading branch information
varunagrawal committed Sep 18, 2023
1 parent 308a94f commit 75b2533
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions gtdynamics/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,6 @@ target_link_libraries(gtdynamics PUBLIC ${GTDYNAMICS_ADDITIONAL_LIBRARIES})

## Include headers needed

# Add TBB headers
if(GTDYNAMICS_WITH_TBB)
target_include_directories(gtdynamics PUBLIC ${TBB_INCLUDE_DIRS})
endif()

# Add includes for source directories 'BEFORE' any other include
# paths so that the compiler uses GTDynamics headers in our source directory instead
# of any previously installed GTDynamics headers.
Expand Down

0 comments on commit 75b2533

Please sign in to comment.