correct spelling of the var,

...linking still does not work with -DPYTHON (at least over here)
This commit is contained in:
Nils Kneuper 2008-05-05 21:26:38 +00:00
parent 8953dea54b
commit 24401392b9

View file

@ -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)