Skip to content

Commit

Permalink
build: fix cmake message
Browse files Browse the repository at this point in the history
  • Loading branch information
echeresh committed Jul 19, 2019
1 parent 4d6aefe commit 9e6388d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ endif()
if(NOT MKLDNN_ENABLE_JIT_PROFILING)
# XXX: the profiling interface will still be built and present in the
# library
message(STATUS "Intel\r VTune\t Amplifier JIT profiling disabled")
message(STATUS "Intel(R) VTune(TM) Amplifier JIT profiling disabled")
add_definitions(-DMKLDNN_ENABLE_JIT_PROFILING=0)
elseif(UNIX AND NOT APPLE)
# Not every compiler adds -ldl automatically
Expand Down

0 comments on commit 9e6388d

Please sign in to comment.