Skip to content
This repository was archived by the owner on Feb 17, 2023. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion NodeJS.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ function(add_nodejs_module NAME)
PUBLIC ${NODEJS_DEFINITIONS}
)
# This properly defines includes for the module
target_include_directories(${NAME} PUBLIC ${NODEJS_INCLUDE_DIRS})
target_include_directories(${NAME} SYSTEM PUBLIC ${NODEJS_INCLUDE_DIRS})

# Add link flags to the module
target_link_libraries(${NAME} ${NODEJS_LIBRARIES})
Expand Down