I'm going to package the main branch of this repository for SUSE Linux. A number of changes need to be made to allow building with available system libraries.
One thing that stands out is the usage of link_directories. I think the used compiler and linker already know where the libraries need to go to. As such an override seems unnecessary.
Does the current usage of link_directories fix any non-obvious bug?
I'm going to package the
main
branch of this repository for SUSE Linux. A number of changes need to be made to allow building with available system libraries.One thing that stands out is the usage of
link_directories
. I think the used compiler and linker already know where the libraries need to go to. As such an override seems unnecessary.Does the current usage of
link_directories
fix any non-obvious bug?