Skip to content

Commit

Permalink
+ revert regression with mixing Python debug and release libs
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Dec 2, 2014
1 parent 640c9cb commit f5a4e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Base/CMakeLists.txt
Expand Up @@ -22,7 +22,7 @@ if(MSVC)
${Boost_LIBRARIES}
${Boost_DEBUG_LIBRARIES}
debug ${PYTHON_DEBUG_LIBRARY}
${PYTHON_LIBRARY}
optimized ${PYTHON_LIBRARY}
debug ${XERCESC_DEBUG_LIBRARIES}
optimized ${XERCESC_LIBRARIES}
${QT_QTCORE_LIBRARY}
Expand Down

0 comments on commit f5a4e68

Please sign in to comment.