-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working