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
Update a few CMake variables that have changed in recent Wireshark
releases.
Logray changed names to Stratoshark.
Stratoshark isn't built by default yet, so that has been having no
effect, but make sure that the GUI application is explicitly disabled in
case the defaults change later.
ENABLE_STATIC=ON was replaced by BUILD_SHARED_LIBS=OFF. DISABLE_WERROR
was replaced by ENABLE_WERROR (with opposite valence).
Signed-off-by: John Thacker <johnthacker@gmail.com>
0 commit comments