[Uml-devel] KDE/kdesdk/umbrello/umbrello

Thiago Macieira thiago at kde.org
Sun Mar 23 20:35:04 UTC 2008


SVN commit 789285 by thiago:

Do you want to use boost? Turn exceptions on :-)

This doesn't compile yet. Boost headers aren't self-contained.


 M  +3 -0      CMakeLists.txt  


--- trunk/KDE/kdesdk/umbrello/umbrello/CMakeLists.txt #789284:789285
@@ -409,6 +409,9 @@
 	${libumbrello_SRCS}
 )
 
+# Some Boost require exceptions
+set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}  ${KDE4_ENABLE_EXCEPTIONS}")
+
 kde4_add_app_icon(umbrello_SRCS "${CMAKE_CURRENT_SOURCE_DIR}/hi*-app-umbrello.png")
 kde4_add_executable(umbrello ${umbrello_SRCS})
 target_link_libraries(umbrello  ${LIBS} ${KDE4_KFILE_LIBS} ${KDE4_KDE3SUPPORT_LIBS} ${LIBXML2_LIBRARIES} ${LIBXSLT_LIBRARIES} ${LIBUUID} )




More information about the umbrello-devel mailing list