Skip to content

FindBZip2: Normalize slashes when legacy BZIP2_LIBRARIES is specified

Mark Salisbury requested to merge masali-hp/cmake:bzip2-windows into master

On Windows if you specify the library path using a regular Windows path with backslashes, FindBZip2 announces that it found the library, but the value is reported with backslashes instead of forward slashes. This breaks assumptions elsewhere in CMake. Convert slashes explicitly.

Merge request reports