File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -48,13 +48,15 @@ option(SILENCE_RUBY_VERSION_WARNING
4848
4949if (${RUBY_VERSION} VERSION_GREATER 2.6.9 AND ${SWIG_VERSION} VERSION_LESS 4.0.3)
5050 if (NOT ${SILENCE_RUBY_VERSION_WARNING} )
51- message (WARNING "
51+ message (WARNING "\
5252Ruby 2.7.0+ detected, building the libopenshot Ruby API bindings \
53- requires a pre-release version of SWIG 4.0.3 with this commit: \
54- https://github.com/swig/swig/commit/5542cc228ad10bdc5c91107afb77c808c43bf2a4" )
55- message (STATUS "
56- To disable this warning, add -DSILENCE_RUBY_VERSION_WARNING:BOOL=1 to the cmake \
57- command line, or enable the option in the CMake GUI." )
53+ requires either SWIG 4.0.3 or an older version patched with this commit: \
54+ https://github.com/swig/swig/commit/5542cc228ad10bdc5c91107afb77c808c43bf2a4 \
55+ (Recent Fedora and Ubuntu distro packages of SWIG 4.0.1 have already been \
56+ patched.)" )
57+ message (STATUS "To disable the previous warning, add \
58+ -DSILENCE_RUBY_VERSION_WARNING:BOOL=1 to the cmake command line, \
59+ or enable the option in the CMake GUI." )
5860 endif ()
5961endif ()
6062
You can’t perform that action at this time.
0 commit comments