remove logging for sure

This commit is contained in:
Stefan Tröger 2013-06-08 22:47:03 +02:00 committed by Stefan Tröger
parent 8fc24fd824
commit d7ea6f8905

View File

@ -21,12 +21,12 @@ include_directories(
) )
#set(Assembly_LIBS set(Assembly_LIBS
# ${ODE_LIBRARIES} ${ODE_LIBRARIES}
# ${OCC_LIBRARIES} ${OCC_LIBRARIES}
# Part Part
# FreeCADApp FreeCADApp
#) )
generate_from_xml(ItemPy) generate_from_xml(ItemPy)
generate_from_xml(ItemAssemblyPy) generate_from_xml(ItemAssemblyPy)
@ -88,12 +88,12 @@ SET(Assembly_SRCS
${Module_SRCS} ${Module_SRCS}
) )
set(log_LIB boost_log #set(log_LIB boost_log
rt # rt
${Boost_SYSTEM_LIBRARY} # ${Boost_SYSTEM_LIBRARY}
${Boost_FILESYSTEM_LIBRARY} # ${Boost_FILESYSTEM_LIBRARY}
${Boost_THREAD_LIBRARY} # ${Boost_THREAD_LIBRARY}
) #)
add_library(Assembly SHARED ${Assembly_SRCS}) add_library(Assembly SHARED ${Assembly_SRCS})
target_link_libraries(Assembly ${Assembly_LIBS} ${log_LIB}) target_link_libraries(Assembly ${Assembly_LIBS} ${log_LIB})