[cmake-developers] Proposed new CMake module FindITT.cmake

Brad King brad.king at kitware.com
Wed May 30 10:25:22 EDT 2018


On 05/30/2018 10:18 AM, Gurulev, Dmitry wrote:
> ITT comes w/ VTune app. in binary form
> (/opt/intel/vtune_amplifier_2018.2.0.551022/lib64/libittnotify.a)

Is there a header file too?

> VTune is not CMake based distributive, no way to add cmake
> package config to it.

It's possible to provide a package configuration file for projects
that don't build with CMake.  Qt5 does it.  IIRC the Intel TBB
developers were looking at doing it too.

Upstream could manually code an ITTConfig.cmake file with the
proper imported targets.

-Brad


More information about the cmake-developers mailing list