blob: b79a81e16aee4d3d9ce0275293e3316cf83fbf2f [file] [log] [blame]
# Note that 'perl' will not be found because it is not lowercase.
find_package(SWIG REQUIRED
COMPONENTS java
OPTIONAL_COMPONENTS python PERL)
message(STATUS "SWIG_VERSION='${SWIG_VERSION}'")
foreach(_lang java python PERL)
message(STATUS "SWIG_${_lang}_FOUND=${SWIG_${_lang}_FOUND}")
endforeach()