Skip to content

Commit

Permalink
fix missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
scchan committed Jan 25, 2019
1 parent 41fdad6 commit fff20cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ endif (OFFICIAL_RELEASE_BUILD)


if (USE_PROF_API)
set(HCC_ROCTRACER_DEP "roctracer-dev")
set(HCC_ROCTRACER_DEP ", roctracer-dev")
else (USE_PROF_API)
set(HCC_ROCTRACER_DEP "")
endif (USE_PROF_API)
Expand Down

0 comments on commit fff20cc

Please sign in to comment.