cmake HAVE_FLAG_WL_NO_UNDEFINED examples

vectorgraphics/asymptote gc/CMakeLists.txt :411

check_c_compiler_flag(${WL_NO_UNDEFINED_OPT} HAVE_FLAG_WL_NO_UNDEFINED)

vectorgraphics/asymptote gc/CMakeLists.txt :414

check_linker_flag(C "${WL_NO_UNDEFINED_OPT}" HAVE_FLAG_WL_NO_UNDEFINED)

vectorgraphics/asymptote libatomic_ops/CMakeLists.txt :184

check_c_compiler_flag(${WL_NO_UNDEFINED_OPT} HAVE_FLAG_WL_NO_UNDEFINED)

vectorgraphics/asymptote libatomic_ops/CMakeLists.txt :187

check_linker_flag(C "${WL_NO_UNDEFINED_OPT}" HAVE_FLAG_WL_NO_UNDEFINED)

vectorgraphics/asymptote libatomic_ops/CMakeLists.txt :202

endif(HAVE_FLAG_WL_NO_UNDEFINED)