Skip to content

Commit

Permalink
Remove obsolete cmc symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
vmustya authored and Gang Chen committed Dec 11, 2020
1 parent df1a6fd commit e32e2a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmfe/tools/driver/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ endif()
add_dependencies(clang clang-headers)

if(NOT CLANG_LINKS_TO_CREATE)
set(CLANG_LINKS_TO_CREATE clang++ clang-cl clang-cpp cmc)
set(CLANG_LINKS_TO_CREATE clang++ clang-cl clang-cpp)
endif()

foreach(link ${CLANG_LINKS_TO_CREATE})
Expand Down

0 comments on commit e32e2a2

Please sign in to comment.