gFTL icon indicating copy to clipboard operation
gFTL copied to clipboard

Eliminate has no symbols warning with gfortran

Open tclune opened this issue 5 years ago • 0 comments

see discussion here

set_property(
    TARGET myLibrary
    APPEND
    PROPERTY STATIC_LIBRARY_FLAGS "-no_warning_for_no_symbols"
)

tclune avatar Apr 08 '19 02:04 tclune