Skip to content

Commit

Permalink
Remove dangling inclusion path (pytorch#8671)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yangqing committed Jun 20, 2018
1 parent d46312f commit 637dcdc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion caffe2/core/dispatch/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ set(TEST_SOURCES

add_library(dispatch OBJECT ${LIB_SOURCES})
target_enable_style_warnings(dispatch)
target_include_directories(dispatch SYSTEM PUBLIC ${PROJECT_SOURCE_DIR}/third_party/flat_hash_map)

if(BUILD_TEST)
add_executable(dispatch_test ${TEST_SOURCES} $<TARGET_OBJECTS:dispatch>)
Expand Down

0 comments on commit 637dcdc

Please sign in to comment.