Merge topic 'FindSWIG-find_program-NAMES-issue-12280'

03809b1 FindSWIG: Use NAMES in find_program directives (#12280)
This commit is contained in:
Brad King 2011-06-20 15:12:55 -04:00 committed by CMake Topic Stage
commit 2ae5a43fa7
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
# (To distribute this file outside of CMake, substitute the full
# License text for the above reference.)
FIND_PROGRAM(SWIG_EXECUTABLE swig2.0 swig)
FIND_PROGRAM(SWIG_EXECUTABLE NAMES swig2.0 swig)
IF(SWIG_EXECUTABLE)
EXECUTE_PROCESS(COMMAND ${SWIG_EXECUTABLE} -swiglib