diff options
Diffstat (limited to 'khtml')
-rw-r--r-- | khtml/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/khtml/CMakeLists.txt b/khtml/CMakeLists.txt index d696ca60c..793fa6b8f 100644 --- a/khtml/CMakeLists.txt +++ b/khtml/CMakeLists.txt @@ -9,7 +9,7 @@ # ################################################# -set( CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS} ${WOVERLOADED_VIRTUAL} ) +set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${WOVERLOADED_VIRTUAL}" ) add_subdirectory( misc ) add_subdirectory( dom ) |