Wireshark-commits: [Wireshark-commits] master 8444755: Use CMAKE_EXE_LINKER_FLAGS to set link flags

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 03 Oct 2018 20:04:21 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=84447550efdad68acfc69281750ed016f7f96716
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

8444755 by Guy Harris (guy@xxxxxxxxxxxx):

    Use CMAKE_EXE_LINKER_FLAGS to set link flags on executables.
    
    Just set CMAKE_EXE_LINKER_FLAGS to include ${WS_LINK_FLAGS}, and also
    set it to include setargv.obj on Windows.
    
    This is a bit simpler.
    
    Change-Id: Idf9c632d9d3bff1ec6e70396641319155e08aa4f
    Reviewed-on: https://code.wireshark.org/review/30004
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  1666d89   Tools: Add systemd-devel to rpm-setup.sh.
     add  8444755   Use CMAKE_EXE_LINKER_FLAGS to set link flags on executables.


Summary of changes:
 CMakeLists.txt | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)