+ revert regression with mixing Python debug and release libs
This commit is contained in:
parent
640c9cbf8b
commit
f5a4e68068
|
@ -22,7 +22,7 @@ if(MSVC)
|
||||||
${Boost_LIBRARIES}
|
${Boost_LIBRARIES}
|
||||||
${Boost_DEBUG_LIBRARIES}
|
${Boost_DEBUG_LIBRARIES}
|
||||||
debug ${PYTHON_DEBUG_LIBRARY}
|
debug ${PYTHON_DEBUG_LIBRARY}
|
||||||
${PYTHON_LIBRARY}
|
optimized ${PYTHON_LIBRARY}
|
||||||
debug ${XERCESC_DEBUG_LIBRARIES}
|
debug ${XERCESC_DEBUG_LIBRARIES}
|
||||||
optimized ${XERCESC_LIBRARIES}
|
optimized ${XERCESC_LIBRARIES}
|
||||||
${QT_QTCORE_LIBRARY}
|
${QT_QTCORE_LIBRARY}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user