lidavidm commented on code in PR #13859: URL: https://github.com/apache/arrow/pull/13859#discussion_r943939952
########## cpp/examples/tutorial_examples/CMakeLists.txt: ########## @@ -0,0 +1,20 @@ +project(MyExample) +set(CMAKE_CXX_STANDARD 11) Review Comment: Er, sorry, what are you referring to? The other examples have a CMakeLists.txt that gets included by the main one; it uses Arrow-specific CMake config to make it build as part of CI https://github.com/apache/arrow/blob/cdab96507561592e20253992b566ba729ebc7a3f/cpp/CMakeLists.txt#L1006-L1009 but I assume you want this to be a standalone CMakeLists.txt that doesn't rely on having all of Arrow's build system available -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
