Fix clang build due to -Wweak-vtables

That's to be fixed in KDBindings first
This commit is contained in:
Sergio Martins
2022-03-25 11:30:04 +00:00
parent 65a6201121
commit ba08d0c131

View File

@@ -333,7 +333,8 @@ if(CMAKE_COMPILER_IS_GNUCXX OR IS_CLANG_BUILD)
endif()
if(IS_CLANG_BUILD)
target_compile_options(kddockwidgets PRIVATE -Wweak-vtables)
# // TODOv2: KDBindings is failing due to weak-vtables
# target_compile_options(kddockwidgets PRIVATE -Wweak-vtables)
endif()
endif()