Index: runtime/CMakeLists.txt =================================================================== --- runtime/CMakeLists.txt +++ runtime/CMakeLists.txt @@ -201,7 +201,8 @@ endif() # Include itt notify interface? Right now, always. -set(LIBOMP_USE_ITT_NOTIFY TRUE) +set(LIBOMP_USE_ITT_NOTIFY TRUE CACHE BOOL + "Use the ITT notify interface") # normal, profile, stubs library. set(NORMAL_LIBRARY FALSE)