From cbc49afbb42d37dde461aa4c1e122f0e50705bd3 Mon Sep 17 00:00:00 2001 From: Alexander Bock Date: Sun, 24 May 2015 16:00:06 +0200 Subject: [PATCH] Remove warnings for cdf on linux --- support/cmake/support_macros.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/cmake/support_macros.cmake b/support/cmake/support_macros.cmake index 192f524180..0631a0a6db 100644 --- a/support/cmake/support_macros.cmake +++ b/support/cmake/support_macros.cmake @@ -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")