Merge topic 'remove_cyclic_target_dependencies'

2ebde3806 Remove cyclic link between vtkm_developer_flags and vtkm_compiler_flags.

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !1309
This commit is contained in:
Robert Maynard 2018-07-09 15:28:33 +00:00 committed by Kitware Robot
commit 776d085464

@ -87,7 +87,6 @@ target_include_directories(vtkm_compiler_flags INTERFACE
# vtkm_developer_flags is used ONLY BY libraries that are built as part of this
# repository
add_library(vtkm_developer_flags INTERFACE)
target_link_libraries(vtkm_developer_flags INTERFACE vtkm_compiler_flags)
# Additional warnings just for Clang 3.5+, and AppleClang 7+
# about failures to vectorize.