Skip to content

Commit

Permalink
+ eliminate cmake variable Boost_DEBUG_LIBRARIES
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Jul 17, 2015
1 parent 40cd060 commit bb9f437
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 14 deletions.
2 changes: 0 additions & 2 deletions cMake/UseLibPack10x.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions cMake/UseLibPack6x.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions cMake/UseLibPack7x.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions cMake/UseLibPack8x.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions cMake/UseLibPack9x.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions cMake/UseLibPackCustom.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion src/App/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ include_directories(
if(WIN32)
set(FreeCADApp_LIBS
FreeCADBase
${Boost_DEBUG_LIBRARIES}
${Boost_LIBRARIES}
${QT_LIBRARIES}
)
Expand Down
1 change: 0 additions & 1 deletion src/Base/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit bb9f437

Please sign in to comment.