Skip to content

Commit 2737a32

Browse files
committed
Remove CMAKE_CXX_STANDARD 17
* reason: gtest can't be used with C++17. Arrow project doesn't support C++ 17 yet.
1 parent af379f5 commit 2737a32

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/cpp_windows.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ jobs:
6464
ARROW_WITH_ZLIB: ON
6565
ARROW_WITH_ZSTD: ON
6666
BOOST_SOURCE: BUNDLED
67-
CMAKE_CXX_STANDARD: "17"
6867
CMAKE_GENERATOR: Ninja
6968
CMAKE_INSTALL_PREFIX: /usr
7069
CMAKE_UNITY_BUILD: ON

0 commit comments

Comments
 (0)