URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=da5dd1830298248e6ae7a3c3d1b1184170d4d9b5
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
da5dd18 by Guy Harris (guy@xxxxxxxxxxxx):
CMake 2.8+ supports CMAKE_OSX_DEPLOYMENT_TARGET; don't do that stuff ourselves.
Do, however, do the "for a target of 10.4 or 10.5, build 32-bit only"
stuff, as that's specific to programs that capture traffic, such as
Wireshark (well, I guess we could just limit it to dumpcap, but...).
Change-Id: I5f4d4d57fd126e5c295dedae9ed13b263035a911
Reviewed-on: https://code.wireshark.org/review/3403
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 0294b29 Try to detect overflow without causing signedness warnings.
adds da5dd18 CMake 2.8+ supports CMAKE_OSX_DEPLOYMENT_TARGET; don't do that stuff ourselves.
Summary of changes:
CMakeLists.txt | 42 +++++++-----------------------------------
1 file changed, 7 insertions(+), 35 deletions(-)