[cmake-developers] Building with Qt for the Raspberry Pi with CMake

Stephen Kelly steveire at gmail.com
Thu Apr 11 11:01:35 EDT 2013


Brad King wrote:

> On 04/10/2013 07:41 PM, Stephen Kelly wrote:
>> I also need to
>> 
>>  set(CMAKE_EXTRA_SHARED_LIBRARY_SUFFIXES ".so.1")
>> 
>> to tell CMake that libz.so.1 is a shared library, otherwise it gets
>> ignored.
>> 
>> So, for feedback, it seems like it might make sense to automatically
>> treat ".so.<number>" as shared libraries for systems which split the libs
>> and symlinks like this.
> 
> Yes.  One could teach cmComputeLinkInformation::ComputeItemParserInfo
> to allow a numerical suffix in the ExtractSharedLibraryName regex.

That seems pretty easy. I pushed shared-libs-with-number-suffix to my clone.

Do you have any comment about anything else in my mail, eg not finding the 
make program and basic functionality tests in the CMAKE_FIND_ROOT_PATH?

Thanks,

Steve.





More information about the cmake-developers mailing list