Hi Brad, Thanks a lot, works like a charm!
Daniel -----Original Message----- From: Brad King [mailto:brad.k...@kitware.com] Sent: Donnerstag, 9. August 2018 15:21 To: Daniel Eiband <daniel.eib...@brainlab.com>; cmake@cmake.org Subject: Re: [CMake] Link flags in CMAKE_CXX_CREATE_STATIC_LIBRARY On 08/07/2018 06:54 AM, Daniel Eiband wrote: > set_property(TARGET MyTarget APPEND PROPERTY LINK_FLAGS "/ignore:4221") > > This however doesn't affect the creation of static libraries. Static libraries are created by the librarian tool, not the linker. There is a separate STATIC_LIBRARY_FLAGS property for this: https://cmake.org/cmake/help/v3.12/prop_tgt/STATIC_LIBRARY_FLAGS.html -Brad -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: https://cmake.org/mailman/listinfo/cmake