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
ExternalProject_Add's CMAKE_ARGS requires a list of arguments, while
current behavior is to pass a string of arguments, which results in
build errors for some configurations. This patch changes type of
AUX_CMAKE_FLAGS from string to list.
Signed-off-by: Alexander Batashev <[email protected]>
0 commit comments