about summary refs log tree commit diff
path: root/third_party/glog/toolchains/mingw-cxx17.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/glog/toolchains/mingw-cxx17.cmake')
-rw-r--r--third_party/glog/toolchains/mingw-cxx17.cmake13
1 files changed, 0 insertions, 13 deletions
diff --git a/third_party/glog/toolchains/mingw-cxx17.cmake b/third_party/glog/toolchains/mingw-cxx17.cmake
deleted file mode 100644
index c0c89cc459..0000000000
--- a/third_party/glog/toolchains/mingw-cxx17.cmake
+++ /dev/null
@@ -1,13 +0,0 @@
-# Sample toolchain file for building with gcc compiler
-#
-# Typical usage:
-#    *) cmake -H. -B_build -DCMAKE_TOOLCHAIN_FILE="%cd%\toolchains\mingw.cmake"
-
-# set compiler
-set(CMAKE_C_COMPILER gcc)
-set(CMAKE_CXX_COMPILER g++)
-
-# set c++ standard
-set(CMAKE_CXX_STANDARD 17)
-set(CMAKE_CXX_STANDARD_REQUIRED ON)
-set(CMAKE_CXX_EXTENSIONS OFF)