Describe the issue
in absl/crc/CMakeLists.txt the crc_cpu_detect target has been removed/replaced BUT abseil.dll still point to it...
see: 3c5f7ea#diff-aa9cdc787d41bbabdd4702bfc8fcff4a496bcf392b2baa8856a8b20d1025841f
note 1: has been replaced by base_cpu_detect in absl/base/CMakeLists.txt
=> to replace here
Steps to reproduce the problem
try to build on windows...
What version of Abseil are you using?
20260817.0
What operating system and version are you using?
windows msvc..
What compiler and version are you using?
cl.exe
What build system are you using?
cmake
Additional context
No response
Describe the issue
in
absl/crc/CMakeLists.txtthecrc_cpu_detecttarget has been removed/replaced BUT abseil.dll still point to it...see: 3c5f7ea#diff-aa9cdc787d41bbabdd4702bfc8fcff4a496bcf392b2baa8856a8b20d1025841f
note 1: has been replaced by
base_cpu_detectinabsl/base/CMakeLists.txt=> to replace here
abseil-cpp/CMake/AbseilDll.cmake
Line 548 in fe690e6
Steps to reproduce the problem
try to build on windows...
What version of Abseil are you using?
20260817.0
What operating system and version are you using?
windows msvc..
What compiler and version are you using?
cl.exe
What build system are you using?
cmake
Additional context
No response