+ eliminate cmake variable Boost_DEBUG_LIBRARIES
This commit is contained in:
parent
40cd060c5b
commit
bb9f43746f
|
@ -32,8 +32,6 @@ set(Boost_LIBRARIES
|
|||
optimized boost_regex-vc110-mt-1_55.lib
|
||||
optimized boost_signals-vc110-mt-1_55.lib
|
||||
optimized boost_thread-vc110-mt-1_55.lib
|
||||
)
|
||||
set(Boost_DEBUG_LIBRARIES
|
||||
debug boost_filesystem-vc110-mt-gd-1_55.lib
|
||||
debug boost_system-vc110-mt-gd-1_55.lib
|
||||
debug boost_graph-vc110-mt-gd-1_55.lib
|
||||
|
|
|
@ -30,8 +30,6 @@ set(Boost_LIBRARIES
|
|||
optimized boost_program_options-vc80-mt.lib
|
||||
optimized boost_regex-vc80-mt.lib
|
||||
optimized boost_signals-vc80-mt.lib
|
||||
)
|
||||
set(Boost_DEBUG_LIBRARIES
|
||||
debug boost_filesystem-vc80-mt-gd.lib
|
||||
#debug boost_graph-vc80-mt-gd.lib
|
||||
debug boost_program_options-vc80-mt-gd.lib
|
||||
|
|
|
@ -32,8 +32,6 @@ set(Boost_LIBRARIES
|
|||
optimized boost_regex-vc90-mt-1_39.lib
|
||||
optimized boost_signals-vc90-mt-1_39.lib
|
||||
optimized boost_thread-vc90-mt-1_39.lib
|
||||
)
|
||||
set(Boost_DEBUG_LIBRARIES
|
||||
debug boost_filesystem-vc90-mt-gd-1_39.lib
|
||||
debug boost_date_time-vc90-mt-gd-1_39.lib
|
||||
debug boost_filesystem-vc90-mt-gd-1_39.lib
|
||||
|
|
|
@ -32,8 +32,6 @@ set(Boost_LIBRARIES
|
|||
optimized boost_regex-vc90-mt-1_48.lib
|
||||
optimized boost_signals-vc90-mt-1_48.lib
|
||||
optimized boost_thread-vc90-mt-1_48.lib
|
||||
)
|
||||
set(Boost_DEBUG_LIBRARIES
|
||||
debug boost_filesystem-vc90-mt-gd-1_48.lib
|
||||
debug boost_date_time-vc90-mt-gd-1_48.lib
|
||||
debug boost_filesystem-vc90-mt-gd-1_48.lib
|
||||
|
|
|
@ -32,8 +32,6 @@ set(Boost_LIBRARIES
|
|||
optimized boost_regex-vc90-mt-1_54.lib
|
||||
optimized boost_signals-vc90-mt-1_54.lib
|
||||
optimized boost_thread-vc90-mt-1_54.lib
|
||||
)
|
||||
set(Boost_DEBUG_LIBRARIES
|
||||
debug boost_filesystem-vc90-mt-gd-1_54.lib
|
||||
debug boost_system-vc90-mt-gd-1_54.lib
|
||||
debug boost_graph-vc90-mt-gd-1_54.lib
|
||||
|
|
|
@ -32,8 +32,6 @@ set(Boost_LIBRARIES
|
|||
optimized boost_regex-vc90-mt-1_41.lib
|
||||
optimized boost_signals-vc90-mt-1_41.lib
|
||||
optimized boost_thread-vc90-mt-1_41.lib
|
||||
)
|
||||
set(Boost_DEBUG_LIBRARIES
|
||||
debug boost_filesystem-vc90-mt-gd-1_41.lib
|
||||
debug boost_system-vc90-mt-gd-1_41.lib
|
||||
debug boost_graph-vc90-mt-gd-1_41.lib
|
||||
|
|
|
@ -26,7 +26,6 @@ include_directories(
|
|||
if(WIN32)
|
||||
set(FreeCADApp_LIBS
|
||||
FreeCADBase
|
||||
${Boost_DEBUG_LIBRARIES}
|
||||
${Boost_LIBRARIES}
|
||||
${QT_LIBRARIES}
|
||||
)
|
||||
|
|
|
@ -20,7 +20,6 @@ include_directories(
|
|||
if(MSVC)
|
||||
set(FreeCADBase_LIBS
|
||||
${Boost_LIBRARIES}
|
||||
${Boost_DEBUG_LIBRARIES}
|
||||
${PYTHON_LIBRARIES}
|
||||
debug ${XERCESC_DEBUG_LIBRARIES}
|
||||
optimized ${XERCESC_LIBRARIES}
|
||||
|
|
Loading…
Reference in New Issue
Block a user