Skip to content

Commit c441936

Browse files
committed
fix definitely not helpful link on cmakelists comment
1 parent 1504b38 commit c441936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rerun_cpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ if(RERUN_DOWNLOAD_AND_BUILD_ARROW)
160160
set(DARROW_CXXFLAGS "")
161161
endif()
162162

163-
# Workaround for https://stackoverflow.com/questions/35519538/visual-studio-code-tab-key-does-not-insert-a-tab
163+
# Workaround for https://github.com/apache/arrow/issues/36117
164164
# This works around linking issues on Windows we got after enabling mimalloc.
165165
if(MSVC)
166166
file(MAKE_DIRECTORY ${ARROW_DOWNLOAD_PATH}/src/arrow_cpp-build/debug/)

0 commit comments

Comments
 (0)