Skip to content

cmake: fix ITT define condition#15826

Merged
opencv-pushbot merged 1 commit intoopencv:3.4from
alalek:cmake_fix_itt_define_condition
Nov 10, 2019
Merged

cmake: fix ITT define condition#15826
opencv-pushbot merged 1 commit intoopencv:3.4from
alalek:cmake_fix_itt_define_condition

Conversation

@alalek
Copy link
Copy Markdown
Member

@alalek alalek commented Nov 1, 2019

BUILD_ITT=OFF in case of using ITT from VTune.

Example of CMake options (Linux x86-64):

cmake -DBUILD_ITT=OFF -DHAVE_ITT=ON \
    -DITT_INCLUDE_DIRS=${VTUNE_AMPLIFIER_2019_DIR}/include \
    -DITT_LIBRARIES=${VTUNE_AMPLIFIER_2019_DIR}/lib64/libittnotify.a ...

@alalek
Copy link
Copy Markdown
Member Author

alalek commented Nov 10, 2019

👍

@opencv-pushbot opencv-pushbot merged commit 657c17b into opencv:3.4 Nov 10, 2019
@alalek alalek mentioned this pull request Nov 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants