https://github.com/Kitware/CMake
Revision fc7dcc6a24ffd33b780104ebd9dbb115d306827e authored by Jannik Beyerstedt on 19 June 2023, 15:29:47 UTC, committed by Brad King on 20 June 2023, 13:59:53 UTC
Protobuf changed it's version number scheme with version 21. The first number
(usually the major version) is not synchronized between compiler and library
version, but the second and third number are. See
https://protobuf.dev/news/2022-05-06/ for more details.

Fixes: #24847
1 parent 21d4095
Raw File
Tip revision: fc7dcc6a24ffd33b780104ebd9dbb115d306827e authored by Jannik Beyerstedt on 19 June 2023, 15:29:47 UTC
FindProtobuf: Support new version number scheme
Tip revision: fc7dcc6
CMakeGraphVizOptions.cmake
set(GRAPHVIZ_IGNORE_TARGETS "tartest;testSystemTools;testRegistry;testProcess;testIOS;testHashSTL;testFail;testCommandLineArguments;xrtest;LIBCURL;foo")
back to top