about summary refs log tree commit diff
path: root/third_party/glog/toolchains/vs-15-2017-win64-cxx17.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/glog/toolchains/vs-15-2017-win64-cxx17.cmake')
-rw-r--r--third_party/glog/toolchains/vs-15-2017-win64-cxx17.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/glog/toolchains/vs-15-2017-win64-cxx17.cmake b/third_party/glog/toolchains/vs-15-2017-win64-cxx17.cmake
new file mode 100644
index 0000000000..5e4e936872
--- /dev/null
+++ b/third_party/glog/toolchains/vs-15-2017-win64-cxx17.cmake
@@ -0,0 +1,2 @@
+# set c++ standard
+set(CMAKE_CXX_FLAGS_INIT "${CMAKE_CXX_FLAGS_INIT} /std:c++17")