Merge pull request #1147 from kkartaltepe/swig-cmake-fix

CMake: Fix FindSwigDeps search path
This commit is contained in:
Jim 2018-01-16 05:52:16 -08:00 committed by GitHub
commit bf6231e122
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,7 @@ if(WIN32)
${DepsPath}
${_PYTHON_INCLUDE_DIRS}
PATH_SUFFIXES
../swig/Lib
swig/Lib
)
@ -34,6 +35,7 @@ if(WIN32)
${DepsPath}
${_PYTHON_INCLUDE_DIRS}
PATH_SUFFIXES
../swig
swig
)
endif()