+ fix build for FreeBSD

This commit is contained in:
wmayer 2015-09-02 18:06:37 +02:00
parent 49dfb24267
commit e461f65552

View File

@ -48,10 +48,17 @@ else(MSVC)
${QT_QTCORE_LIBRARY} ${QT_QTCORE_LIBRARY}
${Boost_LIBRARIES} ${Boost_LIBRARIES}
${ZLIB_LIBRARIES} ${ZLIB_LIBRARIES}
)
endif(MSVC)
# needed for OpenSUSE
if(${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
set(FreeCADBase_LIBS
${FreeCADBase_LIBS}
-lutil -lutil
-ldl -ldl
) )
endif(MSVC) endif()
generate_from_xml(BaseClassPy) generate_from_xml(BaseClassPy)
generate_from_xml(BoundBoxPy) generate_from_xml(BoundBoxPy)