correct spelling of the var,
...linking still does not work with -DPYTHON (at least over here)
This commit is contained in:
parent
8953dea54b
commit
24401392b9
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ SET( the-external-libs
|
|||
)
|
||||
|
||||
IF(ENABLE_PYTHON AND PYTHON_LIBRARY)
|
||||
SET(the-external-libs ${the-external-libs} ${PYTHON_LIBRARY})
|
||||
SET(the-external-libs ${the-external-libs} ${PYTHON_LIBRARIES})
|
||||
ENDIF(ENABLE_PYTHON AND PYTHON_LIBRARY)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue