You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Avoid expanding search path when generating cxx header
The ARG_SEARCH_PATHS variable is a list, just like SOURCES, and can be referenced directly in add_custom_command.
Expanding the list manually by replacing ; with spaces would
result in linker lines with `-I/foo\ -I/bar`.
0 commit comments