[vtk-developers] New cmake modules: TBB broken?
Ben Boeckel
ben.boeckel at kitware.com
Tue Jan 8 13:16:00 EST 2019
On Tue, Jan 08, 2019 at 10:00:32 -0700, David Gobbi wrote:
> The new FindTBB.cmake is broken, specifically in this section starting at
> line 88:
>
> set_target_propertes(TBB::${TARGET} PROPERTIES
> IMPORTED_LOCATION "${${PREFIX}_LIBRARY}"
> IMPORTED_LOCATION_DEBUG "${${PREFIX}_LIBRARY_DEBUG}"
> IMPORTED_LOCATION_RELEASE "${${PREFIX}_LIBRARY_RELEASE}")
> target_include_directories(TBB::${TARGET} INTERFACE
> "${${PREFIX}_INCLUDE_DIR}")
>
> There is an error for the "set_target_properties" typo, and these errors
> for "target_include_directories":
I'm working on a followup branch here:
https://gitlab.kitware.com/vtk/vtk/merge_requests/5039
--Ben
More information about the vtk-developers
mailing list