delete clang toolchain(replaced by CMakePresets)
This commit is contained in:
parent
ac6842656e
commit
f80a7724bf
1 changed files with 0 additions and 6 deletions
|
@ -1,6 +0,0 @@
|
|||
set(CMAKE_C_COMPILER clang)
|
||||
set(CMAKE_CXX_COMPILER clang++)
|
||||
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -stdlib=libc++")
|
||||
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -stdlib=libc++")
|
||||
set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -stdlib=libc++")
|
Loading…
Reference in a new issue