diff options
author | Erik Kundiman <erik@megapahit.org> | 2025-06-06 19:29:39 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2025-06-06 19:29:39 +0800 |
commit | 63e297bd8bfe9cb20244c1e72c6e957510c32851 (patch) | |
tree | 227f5123960ffc4bdc1dc794dc2410d2e72eec20 /indra/newview/app_settings | |
parent | 66251e9e06fb314b5d403d5faa83305f74b35a25 (diff) |
Turns out the CMAKE_BUILD_TYPE setting is necessary, otherwise it would
be built in RelWithDebInfo configuration.
Reorganise the contributors generation and general CPack settings in
indra/newview/CMakeLists.txt.
Running sed when cross-comping for Linux, on FreeBSD, doesn't need to
use Linux's sed, so no need for ${CMAKE_SYSROOT}/usr/bin prefix, this
way that section can be reused for Windows.
I still couldn't get CPack to make NSIS not use the version numbers as
part of the default installation destination.
Using TARGETS for installing llwebrtc would cause the .lib to be
installed too, which isn't necessary, that's why we use PROGRAMS.
contributors.txt still gets generated wrongly.
The executable icon is still SL's test icon.
ColladaDOM's failure to link to Boost throw_exception, from its use of
Boost Regex, is not fixed yet. I got to this stage by temporarily
removing the offending lines in daeURI.cpp (which are the lines where
Boost Regex is used).
Diffstat (limited to 'indra/newview/app_settings')
0 files changed, 0 insertions, 0 deletions