Question about the PUBLIC status of the ../include/compat headers in 
CMakeLists.txt.

I wrote the target_include_directories calls to include ../include/compat in 
each of the targets and marked them PUBLIC, but I’m wondering if that will 
cause conflicts with system headers like time.h and if they should be marked 
PRIVATE.

With them marked PUBLIC and including ssl or crypto one must add a compiler 
define like -D HAVE_CLOCK_GETTIME in the linking project to avoid a conflict.

> On 29 May 2018, at 12:48, Brent Cook <bust...@gmail.com> wrote:
> 
> On Thu, May 24, 2018 at 10:10:58AM +0000, Cameron Palmer wrote:
>> It is beneficial for projects that depend on LibreSSL libraries and are 
>> built with CMake to use target_link_libraries and automatically receive the 
>> PUBLIC or INTERFACE headers without needing to specify include_directories. 
>> This patch changes the project to use target_include_directories and header 
>> scoping.
>> 
> 
> Makes sense. I made some minor fixes and committed to master.

Reply via email to