Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmake: move cmake_minimum_required() before project() | SpaceIm | 2022-08-11 | 1 | -4/+4 |
| | | | | | cmake_minimum_required() must always be the first instruction of a CMakeLists. project() should come after cmake_minimum_required() as soon as possible. Therefore option() are moved after project(). | ||||
* | Merge pull request #1063 from lz4/cmaketest | Yann Collet | 2022-02-04 | 1 | -1/+2 |
|\ | | | | | updated cmake test | ||||
| * | updated cmake test | Yann Collet | 2022-02-04 | 1 | -1/+2 |
| | | | | | | | | use `cmake --build` instead of `make` directly | ||||
* | | Fix CMake targets include direrctories | Léon | 2022-01-19 | 1 | -2/+2 |
|/ | |||||
* | Fix typos found by codespell | Dimitri Papadopoulos | 2021-11-25 | 1 | -1/+1 |
| | |||||
* | Create cmake package when installing | Kostas Dizas | 2021-10-20 | 2 | -0/+33 |
| | |||||
* | Merge pull request #1000 from lifegpc/patch1 | Yann Collet | 2021-07-01 | 1 | -7/+14 |
|\ | | | | | fix link problem on win32 MSVC | ||||
| * | add missing if for lz4c | lifegpc | 2021-07-01 | 1 | -1/+3 |
| | | |||||
| * | Link static library first otherwise rebuild source files. | lifegpc | 2021-07-01 | 1 | -14/+6 |
| | | |||||
| * | fix link problem on win32 MSVC | lifegpc | 2021-06-06 | 1 | -5/+18 |
| | | |||||
* | | bump CMake minimum required version to 2.8.12 | Sandy Harvie | 2021-05-20 | 1 | -1/+1 |
|/ | |||||
* | fix cmake build of shared dll with visual | Yann Collet | 2020-11-11 | 1 | -0/+4 |
| | | | | inspired from #891 | ||||
* | Add CMake option LZ4_BUILD_CLI. | Attila Oláh | 2020-09-23 | 1 | -6/+9 |
| | | | | | Defaults to ON so nothing changes, but it can be set to OFF so that the CLI is not built at all, only the library. | ||||
* | [build] Move CMake and Visual build systems to build/ | Nick Terrell | 2020-08-20 | 2 | -0/+237 |
Fixes #852. |