[cmake-developers] FindBZip2.cmake

Brad King brad.king at kitware.com
Tue Aug 25 08:53:03 EDT 2015


On 08/25/2015 01:45 AM, Rolf Eike Beer wrote:
>> The BZIP2_NEED_PREFIX check generates a CMakeLists.txt file that
>> refers to the raw path given without re-escaping the backslashes.
>> Then the check fails to configure due to the backslashes being
>> interpreted as invalid CMake escape sequences.
> 
> No, this is not the problem. That happens if FPHSA succeeds, but that fails 
> because it can't find the library, which means the problem is actually happen 
> before FPHSA.

In that case I'm not able to reproduce the problem you're observing because
the problem above is what happened when I tried it.

-Brad



More information about the cmake-developers mailing list