Remove warnings for cdf on linux

This commit is contained in:
Alexander Bock
2015-05-24 16:00:06 +02:00
parent 435b4034a7
commit cbc49afbb4

View File

@@ -196,7 +196,7 @@ function (add_external_dependencies)
if (MSVC)
target_compile_options(cdf PUBLIC "/W0" "/MP")
else ()
target_compile_options(ccmc PUBLIC "-w")
target_compile_options(cdf PUBLIC "-w")
endif ()
endif ()
set_property(TARGET cdf PROPERTY FOLDER "External")