diff options
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.cmake | 2 |
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 000000000000..5e4e936872d9 --- /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") |