You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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".
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
It appears after upgrading to Windows 2022 and it seems related to https://cmake.org/cmake/help/latest/policy/CMP0111.html
The text was updated successfully, but these errors were encountered: