whereami library include as a system public include, so we do not care about warnings for example.

master
Melroy van den Berg 2022-01-28 23:39:50 +01:00
parent ddedea4c7d
commit 577f54c0bb
No known key found for this signature in database
GPG Key ID: 71D11FF23454B9D7
1 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,6 @@ target_compile_definitions(${LIBARY_NAME} PUBLIC _XOPEN_SOURCE=500)
# Use PUBLIC iso INTERFACE, so the library itself also finds it's own header file
target_include_directories(
${LIBARY_NAME}
PUBLIC
SYSTEM PUBLIC
${CMAKE_CURRENT_SOURCE_DIR}
)