URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=db6f7339f712ba3ac4662a7e554b851afc7df6aa
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
db6f733 by Guy Harris (guy@xxxxxxxxxxxx):
    Always set the COMPILE_FLAGS property, so we can always fetch it.
    
    If we aren't adding -Werror, just set it to a null string, so when we
    fetch it to add the SSE 4.2 flag to it for ws_mempbrk_sse42.c, it
    doesn't fail.
    
    Change-Id: I53858130c025e094ed8d0d975451961506fb1a39
    Reviewed-on: https://code.wireshark.org/review/6704
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    
Actions performed:
    from  41cbbc2   Don't set SSE4_2_FLAG to -msse4.2 unless -msse4.2 works.
    adds  db6f733   Always set the COMPILE_FLAGS property, so we can always fetch it.
Summary of changes:
 wsutil/CMakeLists.txt |   10 ++++++++++
 1 file changed, 10 insertions(+)