Browse Source

BUG: make sure if swig is found, we know it is found

pull/1/head
Bill Hoffman 21 years ago
parent
commit
32381805d3
  1. 1
      Modules/FindSWIG.cmake

1
Modules/FindSWIG.cmake

@ -16,6 +16,7 @@ IF(EXISTS ${SWIG_DIR})
IF(EXISTS ${SWIG_DIR}/SWIGConfig.cmake)
INCLUDE(${SWIG_DIR}/SWIGConfig.cmake)
SET(SWIG_FOUND 1)
ELSE(EXISTS ${SWIG_DIR}/SWIGConfig.cmake)
FIND_PROGRAM(SWIG_EXECUTABLE
NAMES swig-1.3 swig

Loading…
Cancel
Save