We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a6bd85 commit 33f05c4Copy full SHA for 33f05c4
src/docker/itk-wasm/ITKWebAssemblyInterface.cmake
@@ -37,7 +37,7 @@ function(add_executable target)
37
set(wasm_target ${target})
38
_add_executable(${wasm_target} ${ARGN})
39
# Suppress CLI11 Encoding_inl.hpp std::wstring_convert deprecation warning
40
- target_compile_options(${wasm_target} PRIVATE "-Wno-deprecated-declarations")
+ set_property(TARGET ${wasm_target} APPEND PROPERTY COMPILE_OPTIONS "-Wno-deprecated-declarations")
41
if(EMSCRIPTEN)
42
kebab_to_camel(${target} targetCamel)
43
get_property(_link_flags TARGET ${target} PROPERTY LINK_FLAGS)
0 commit comments