diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2015-03-05 19:17:21 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2015-03-05 19:17:21 -0500 |
commit | 032f27aaebc99b0ae4398ed40adc38cc295ba6c8 (patch) | |
tree | 1871c1a5e5b915b2ed777a9b7b3aefdc5d1af73e /indra/newview/llhudicon.cpp | |
parent | 611913f572db28a2805a07b092e9e1599bb0a6f3 (diff) |
Simplify CMake code to generate viewer_version.txt and summary.json.
The quoting used for the cygwin printf command didn't work for 'cmake -E
echo'. The whole content was enclosed in single quotes, with individual
string elements enclosed in double quotes. But we ended up with a summary.json
containing (e.g.):
'{Type:viewer,Version:3.7.26.33262}'
instead of the desired:
{"Type":"viewer","Version":"3.7.26.33262"}
HOWEVER: I see no compelling reason why either of these files must be deferred
to build time. It's simpler and more robust to generate them both directly
from CMake at configure time.
Diffstat (limited to 'indra/newview/llhudicon.cpp')
0 files changed, 0 insertions, 0 deletions