Azure / confidential-computing-cvm-guest-attestation

Confidential VM Platform Guest attestation sample apps
MIT License
61 stars 39 forks source link

remove usage of link_directories from CMakeLists.txt #54

Open olafhering opened 7 months ago

olafhering commented 7 months ago

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?