Revision 4c0ef57e8ca0f55783d4ad3e1545246fa188590b authored by Brad King on 27 October 2020, 16:18:05 UTC, committed by Brad King on 27 October 2020, 16:18:05 UTC
Since commit e672db628b (FindRuby: Rename variables to match case of
module name, 2020-03-11, v3.18.0-rc1~546^2), the result variables named
with the old `RUBY_` prefix are provided by compatibility code that maps
from the new `Ruby_` prefix variables.  This variable was accidentally
left out.

Fixes: #21369
1 parent 3cc3d42
Raw File
CMakeGraphVizOptions.cmake
set(GRAPHVIZ_IGNORE_TARGETS "tartest;testSystemTools;testRegistry;testProcess;testIOS;testHashSTL;testFail;testCommandLineArguments;xrtest;LIBCURL;foo")
back to top