[CMake] /path/to/libpng.so automatic conversion to -lpng ?

René J.V. Bertin rjvbertin at gmail.com
Wed Jul 12 07:38:25 EDT 2017


Hi,

I have a target_link_libraries command that uses ${PNG_LIBRARIES} and thus *should* add something like `/path/to/libpng.so /path/to/libz.so` to the linker command. Instead, I am getting a linker command line that has `-lpng -lz`, which fails for me because the `/path/to` in question isn't on the standard library search path.

Is there a cmake feature that does this automatic conversion, and if so how can I turn it off?

Thanks,
René


More information about the CMake mailing list