Merge pull request #1147 from kkartaltepe/swig-cmake-fix
CMake: Fix FindSwigDeps search path
This commit is contained in:
commit
bf6231e122
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user