This repository has been archived by the owner on Feb 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
target_include_directories use -i instead of -isystem #30
Labels
Comments
I've been thinking about this for a while, because I'm not sure exactly how I want to handle it. At a minimum, here are my current thoughts:
All this said, I'm more than willing to add In other words, please prove me wrong. In the mean time, a manual patch of |
I am going to close this, I solved this locally. If anyone is still hitting this issue you can do this after your call to
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
So this is a repeat of #4 but I will make sure to follow up.
So currently when I build I get a bunch of warnings from include/v8.h (which obscures warnings that are actually my fault) I am using
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -pedantic -Wextra")
If
SYSTEM
was added to https://github.com/cjntaylor/node-cmake/blob/dev/NodeJS.cmake#L602 it would fix it for me. Is there another way I can/should be doing this?The text was updated successfully, but these errors were encountered: