zhjwpku commented on code in PR #631: URL: https://github.com/apache/iceberg-cpp/pull/631#discussion_r3173545041
########## example/CMakeLists.txt: ########## @@ -22,7 +22,7 @@ project(example) set(CMAKE_CXX_STANDARD 23) -find_package(iceberg CONFIG REQUIRED) +find_package(iceberg CONFIG REQUIRED COMPONENTS bundle rest) Review Comment: This doesn't have to be changed, I updated it mainly to test the `COMPONENTS` keyword and thought it could be a useful reference for others. I will change it back if any objection. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
