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
Print a warning when the static bindings are out of sync. The warning
only triggers when not using the static bindings (because otherwise
they'll be identical by design). The warning also includes the command
to update them in the project source.
COMMANDdiff-q${SOURCE_STATIC_BINDING}${BINARY_STATIC_BINDING}||${CMAKE_COMMAND}-Ecmake_echo_color--red"Update the static bindings by running the following command: ${COPY_STATIC_BINDING}${CMAKE_BINARY_DIR}"
0 commit comments