Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-19 | Set CMake USESYSTEMLIBS on to use system libraries | Erik Kundiman | |
Its use_system_binary implementation first tries to use pkg-config to generate the necessary flags. But if it doesn't find the package, then it will try to use find_package. The USESYSTEMLIBS is also brought back again though only in 1 place, and the name because it's the one still on the wiki page (the building the viewer with Autobuild one), so the CMake variable is not totally new. | |||
2022-09-17 | SL-17238 Fix coding policy build issues | Andrey Kleshchev | |
2022-07-17 | Be more explicit: Rename use_conan_binary to use_system_binary, this will ↵ | Nicky | |
allow us to reuse the macro for more than just conan. | |||
2022-04-18 | Round one to support conan for 3P packages, this allows to build the viewer ↵ | Nicky | |
on Linux again. | |||
2022-04-17 | Remove function create_target and instead directly use add_library | Nicky | |
2022-04-17 | Switch to target_include_directories | Nicky | |
All 3Ps include dirs are treated as SYSTEM, this will stop compilers stop emitting warnings from those files and greatly helps having high warning levels and not being swamped by warnings that come from external libraries. | |||
2022-04-17 | Switch over to standard target_link_libraries (cmake requirements are high ↵ | Nicky | |
enough now). | |||
2022-04-16 | Initialize variables so that calling cmake with "--warn-unused-vars ↵ | Nicky | |
--warn-uninitialized" does not make it go all crazy. | |||
2022-04-13 | Rework cmake, the original plan was to maybe be able to use conan targets ↵ | Nicky | |
with the same name (that's why 3ps had names like apr::apr), but it's safer and saner to put the LL 3ps under the ll:: prefix. This also allows means it is possible to get rid of that bad "if( TRAGET ...) return() endif()" pattern and rather use include_guard(). | |||
2022-04-06 | Move CMake files to modernized cmake syntax, step 1. | Nicky | |
Change projects to cmake targetsto get rid of havig to hardcore include directories and link libraries in consumer projects. | |||
2016-12-09 | move some cmake messages that are not warnings from stderr to stdout | Oz Linden | |
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2014-12-19 | Backed out changeset 4356b6a222c7: forcing DEBUG_PREBUILT output. | Nat Goodspeed | |
It appears that our trouble was due to a cygwin-style path in the AUTOBUILD environment variable, and that changeset 0e0bd8b546ad fixed it. | |||
2014-12-19 | Force DEBUG_PREBUILT on in Prebuilt.cmake to debug failures on TC. | Nat Goodspeed | |
2014-12-17 | Move the cmake package tracking files under the packages directory | Oz Linden | |
2014-09-23 | minimal hacks to autobuild.xml to allow configure to finish | Oz Linden | |
2014-04-22 | catch a few more cases of STANDALONE -> USESYSTEMLIBS | Oz Linden | |
2014-03-19 | OPEN-199: replace the confusing STANDALONE switch with USESYSTEMLIBS | Oz Linden | |
2013-04-19 | merge changes for DRTVWR-294 | Oz Linden | |
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2012-10-15 | Speeding up cmake configuration, especially on linux. Re-arranged ↵ | Don Kjer | |
llrender/llwindow cmake source a bit | |||
2011-05-04 | Work in progress on CHOP-609. Added checking in indra/cmake/Prebuilt.cmake ↵ | brad kittenbrink | |
to skip unnecessary unpacking of already installed packages. | |||
2011-02-24 | STORM-1023 (was OPEN-4) and STORM-1022 (was OPEN-24) : fmod and kdu changes ↵ | Merov Linden | |
: cmake changes making possible to use Findxxx when INSTALL_PROPRIETARY is OFF and STANDALONE is OFF too, simplify cmake scripts around INSTALL_PROPRIETARY, add fmodex to FindFMOD | |||
2011-01-13 | mac buiding with autobuild and autobuild style packages (just say no to ↵ | Andrew A. de Laix | |
install.py) | |||
2008-07-26 | CMake updates: | Kyle McKay | |
1. Initial compatibility with CMake 2.6 (verified on Mac OS X, other platforms may need more work) 2. Ability to more easily debug problems fetching prebuilt libraries (./develop.py configure -DDEBUG_PREBUILT=1) 3. Compatibility with Mac OS X MacPorts/Fink installations by trying to find and use system python executable first | |||
2008-06-26 | svn merge -r89701:90677 ↵ | Jennifer Leech | |
svn+ssh://svn/svn/linden/branches/install-dev-binaries/s3-build -> release | |||
2008-06-16 | for "new lib install step is too slow!" problem mailed to cmake@. Reviewed ↵ | Paul Oppenheim | |
by bos and cg. | |||
2008-06-12 | svn merge -r89258:89534 ↵ | Jennifer Leech | |
svn+ssh://svn/svn/linden/branches/install-dev-binaries/idb2-merge-buildme | |||
2008-06-02 | svn merge -r88066:88786 ↵ | Bryan O'Sullivan | |
svn+ssh://svn.lindenlab.com/svn/linden/branches/cmake-9-merge dataserver-is-deprecated for-fucks-sake-whats-with-these-commit-markers |