|
|
|
@ -12,6 +12,9 @@
|
|
|
|
|
# See the License for the specific language governing permissions and
|
|
|
|
|
# limitations under the License.
|
|
|
|
|
|
|
|
|
|
FIND_PACKAGE(SWIG)
|
|
|
|
|
|
|
|
|
|
IF(NOT SWIG_FOUND)
|
|
|
|
|
# build swig as an external project
|
|
|
|
|
INCLUDE(ExternalProject)
|
|
|
|
|
|
|
|
|
@ -68,3 +71,4 @@ ELSE(WIN32)
|
|
|
|
|
ENDIF(WIN32)
|
|
|
|
|
|
|
|
|
|
LIST(APPEND external_project_dependencies swig)
|
|
|
|
|
ENDIF(NOT SWIG_FOUND)
|
|
|
|
|