pitrou commented on a change in pull request #12448: URL: https://github.com/apache/arrow/pull/12448#discussion_r809482044
########## File path: cpp/src/arrow/engine/CMakeLists.txt ########## @@ -66,6 +66,8 @@ if(MSVC) list(APPEND SUBSTRAIT_SUPPRESSED_WARNINGS "/wd4251") endif() +file(MAKE_DIRECTORY "${SUBSTRAIT_GEN_DIR}/substrait") Review comment: CMake is sometimes finicky with non-existing directories, so I'm not surprised. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org