All submissions to this site are governed by the Second Life Viewer Contribution Agreement. By submitting patches and other information using this site, you acknowledge that you have read, understood, and agreed to those terms.

Review Board 1.6.11

Welcome to the Second Life Viewer Code Review tool.
See the documentation on our wiki for how to use this site.

VWR-24261: Configuration with cmake 2.8 is extremely slow

Review Request #49 - Created Dec. 20, 2010 and submitted

Aleric Inglewood Reviewers
viewer
VWR-24261
None viewer-development
Work around for bug in cmake 2.8+ that causes the time to (re)configure the viewer to become 43 times slower.
This patch adds a FindZLIB.cmake that doesn't have the bug added in 2.8 (cmake is aware of it and will fix it in a future release, although there is no reason to stop using our own in the future). This FindZLIB is linux specific (we only need it for standalone), see the discussion in SNOW-751.
Already added to Snowglobe 1.4 and 1.5. See http://jira.secondlife.com/browse/SNOW-751