mirror of
https://github.com/libarchive/libarchive.git
synced 2026-01-30 11:25:25 +00:00
Hello, - The `CMAKE_COMPILER_IS_*` variables are deprecated and `CMAKE_C_COMPILER_ID` can be used in this case instead. - The legacy `endif()` command argument also simplified to avoid repeating the condition. (cherry picked from commit 2c2266432f1b0bf7be918f354140a6ba4a87a04c)