diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-03-14 18:46:37 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-03-14 18:46:37 +0300 |
commit | ff71be1f6a300f1bec021fcb8e1ffd947c97edc5 (patch) | |
tree | 0d501fa9a5047fd7abd7d682ecb7274719ac43a0 /toolchains/cmake/mingw-w64-x64.cmake | |
parent | project.cmake.toolchain: allow omitting --platform (diff) | |
download | cmake-common-ff71be1f6a300f1bec021fcb8e1ffd947c97edc5.tar.gz cmake-common-ff71be1f6a300f1bec021fcb8e1ffd947c97edc5.zip |
remove toolchains/
The main project module supports properly generating toolset files like
these, so they are redundant?
Diffstat (limited to 'toolchains/cmake/mingw-w64-x64.cmake')
-rw-r--r-- | toolchains/cmake/mingw-w64-x64.cmake | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/toolchains/cmake/mingw-w64-x64.cmake b/toolchains/cmake/mingw-w64-x64.cmake deleted file mode 100644 index c689d39..0000000 --- a/toolchains/cmake/mingw-w64-x64.cmake +++ /dev/null @@ -1,4 +0,0 @@ -set(CMAKE_C_COMPILER x86_64-w64-mingw32-gcc) -set(CMAKE_CXX_COMPILER x86_64-w64-mingw32-g++) -set(CMAKE_RC_COMILER x86_64-w64-mingw32-windres) -set(CMAKE_SYSTEM_NAME Windows) |