You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
304 B
10 lines
304 B
# 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()
|