Fix duplicate 'optimized' when using new libpack

When using a CLbundler libpack, PYTHON_LIBRARY has both optimized and debug
libs, but it doesn't when using an old libpack, which was the reason for
commit f5a4e680
This commit is contained in:
Peter Lama
2014-12-18 14:32:32 -08:00
parent 6a1cb47e30
commit 32dd867a30
4 changed files with 5 additions and 9 deletions

View File

@@ -21,8 +21,7 @@ if(MSVC)
set(FreeCADBase_LIBS
${Boost_LIBRARIES}
${Boost_DEBUG_LIBRARIES}
debug ${PYTHON_DEBUG_LIBRARY}
optimized ${PYTHON_LIBRARY}
${PYTHON_LIBRARY}
debug ${XERCESC_DEBUG_LIBRARIES}
optimized ${XERCESC_LIBRARIES}
${QT_QTCORE_LIBRARY}