File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -235,24 +235,6 @@ if(WIN32)
235235 # * https://developercommunity.visualstudio.com/content/problem/1249671/stdc17-generates-warning-compiling-windowsh.html
236236 set (CXX_COMMON_FLAGS "${CXX_COMMON_FLAGS} /wd5105" )
237237
238- if (ARROW_USE_CCACHE)
239- foreach (c_flag
240- CMAKE_CXX_FLAGS
241- CMAKE_CXX_FLAGS_RELEASE
242- CMAKE_CXX_FLAGS_DEBUG
243- CMAKE_CXX_FLAGS_MINSIZEREL
244- CMAKE_CXX_FLAGS_RELWITHDEBINFO
245- CMAKE_C_FLAGS
246- CMAKE_C_FLAGS_RELEASE
247- CMAKE_C_FLAGS_DEBUG
248- CMAKE_C_FLAGS_MINSIZEREL
249- CMAKE_C_FLAGS_RELWITHDEBINFO )
250- # ccache doesn't work with /Zi.
251- # See also: https://github.com/ccache/ccache/issues/1040
252- string (REPLACE "/Zi" "/Z7" ${c_flag} "${${c_flag} }" )
253- endforeach ()
254- endif ()
255-
256238 if (ARROW_USE_STATIC_CRT)
257239 foreach (c_flag
258240 CMAKE_CXX_FLAGS
You can’t perform that action at this time.
0 commit comments