Get rid of the "debian toolchain"
This commit is contained in:
parent
99901b878a
commit
0b32af33b8
2 changed files with 0 additions and 13 deletions
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
|
@ -1,6 +0,0 @@
|
||||||
{
|
|
||||||
// Use this only if you're on debian.
|
|
||||||
"cmake.configureArgs": [
|
|
||||||
"-DCMAKE_TOOLCHAIN_FILE=CMake/debian-toolchain.cmake"
|
|
||||||
]
|
|
||||||
}
|
|
|
@ -1,7 +0,0 @@
|
||||||
find_program(CMAKE_C_COMPILER clang)
|
|
||||||
find_program(CMAKE_CXX_COMPILER clang++)
|
|
||||||
|
|
||||||
set(CMAKE_C_COMPILER "${CMAKE_C_COMPILER}" CACHE STRING "C compiler" FORCE)
|
|
||||||
set(CMAKE_CXX_COMPILER "${CMAKE_CXX_COMPILER}" CACHE STRING "C++ compiler" FORCE)
|
|
||||||
|
|
||||||
set(CMAKE_CXX_FLAGS "-stdlib=libc++ -fexperimental-library")
|
|
Loading…
Add table
Add a link
Reference in a new issue