@@ -, +, @@ fix cmake lists KDE4_ENABLE_EXCEPTIONS not resolving and FTBFS (surround with quotes) --- a/kdecore/CMakeLists.txt +++ a/kdecore/CMakeLists.txt @@ -391,7 +391,7 @@ if(NOT WIN32) set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${KDE4_ENABLE_EXCEPTIONS}") else() set_source_files_properties(util/kshareddatacache.cpp - PROPERTIES COMPILE_FLAGS ${KDE4_ENABLE_EXCEPTIONS}) + PROPERTIES COMPILE_FLAGS "${KDE4_ENABLE_EXCEPTIONS}") endif() else(NOT WIN32) set(kdecore_LIB_SRCS ${kdecore_LIB_SRCS} util/kshareddatacache_win.cpp)