wgtmac opened a new issue, #39: URL: https://github.com/apache/iceberg-cpp/issues/39
If we use debug build in the Windows CI like `cmake --build . --config Release --target install`, we will see the following errors: https://github.com/wgtmac/iceberg-cpp/actions/runs/12932554661/job/36069087661 ``` CMake Error in CMakeLists.txt: IMPORTED_LOCATION not set for imported target "Iceberg::iceberg_puffin_static" configuration "MinSizeRel". CMake Error in CMakeLists.txt: IMPORTED_LOCATION not set for imported target "Iceberg::iceberg_arrow_static" configuration "MinSizeRel". CMake Error in CMakeLists.txt: IMPORTED_LOCATION not set for imported target "Iceberg::iceberg_avro_static" configuration "MinSizeRel". CMake Error in CMakeLists.txt: IMPORTED_LOCATION not set for imported target "Iceberg::iceberg_puffin_static" configuration "RelWithDebInfo". CMake Error in CMakeLists.txt: IMPORTED_LOCATION not set for imported target "Iceberg::iceberg_arrow_static" configuration "RelWithDebInfo". CMake Error in CMakeLists.txt: IMPORTED_LOCATION not set for imported target "Iceberg::iceberg_avro_static" configuration "RelWithDebInfo". ``` It appears after upgrading to Windows 2022 and it seems related to https://cmake.org/cmake/help/latest/policy/CMP0111.html -- 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]
