summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* - next is 1.4.71Glenn Strauss2023-05-101-1/+1
|
* - next is 1.4.70Glenn Strauss2023-02-101-1/+1
|
* [cmake] use CMAKE_CURRENT_SOURCE_DIRGlenn Strauss2023-01-131-2/+2
| | | | | | use CMAKE_CURRENT_SOURCE_DIR instead of CMAKE_SOURCE_DIR to aid use by others who might include lighttpd CMakeLists.txt in a larger build
* - next is 1.4.69Glenn Strauss2023-01-031-1/+1
|
* [cmake] let CMake handle the version numberRolf Eike Beer2022-09-231-8/+3
| | | | | | | | | | | The CPack module automatically uses the version information set for the current project. While at it include the CPack module to get targets like "make package". set PACKAGE_VERSION to $PROJECT_VERSION ($CMAKE_PROJECT_VERSION available starting with cmake 3.12.x (?)) github: closes #119
* [cmake] install man pages with CMakeRolf Eike Beer2022-09-231-1/+3
| | | | github: closes #118
* - next is 1.4.68Glenn Strauss2022-09-171-1/+1
|
* - next is 1.4.67Glenn Strauss2022-08-071-1/+1
|
* - next is 1.4.66Glenn Strauss2022-06-071-1/+1
|
* - next is 1.4.65Glenn Strauss2022-01-191-1/+1
|
* [cmake] raise minimum version to 3.7Stefan Bühler2022-01-061-1/+1
| | | | | | cmake 3.7.0 was tagged on 2016-11-11 debian stretch (currentyl oldoldstable): 3.7.2 ubuntu bionic (18.04LTS): 3.10.2
* [build] cmake build now defaults to C11Glenn Strauss2022-01-031-0/+3
| | | | cmake build now defaults to C11, like meson build
* - next is 1.4.64Glenn Strauss2021-12-041-1/+1
|
* - next is 1.4.63Glenn Strauss2021-12-021-1/+1
|
* - next is 1.4.62Glenn Strauss2021-10-281-1/+1
|
* - next is 1.4.61Glenn Strauss2021-10-031-1/+1
|
* - next is 1.4.60Glenn Strauss2021-02-021-1/+1
|
* - next is 1.4.59Glenn Strauss2020-12-271-1/+1
|
* - next is 1.4.58Glenn Strauss2020-12-171-1/+1
|
* - next is 1.4.57Glenn Strauss2020-11-291-1/+1
|
* - next is 1.4.56Glenn Strauss2020-01-311-1/+1
|
* [build] Fix build when using nested CMakeraw2020-01-301-1/+1
| | | | | | (FetchContent, ExternalProject_Add) github: closes #102
* - next is 1.4.55Glenn Strauss2019-05-271-1/+1
|
* - next is 1.4.54Glenn Strauss2019-01-271-1/+1
|
* - next is 1.4.53Glenn Strauss2018-11-281-1/+1
|
* - next is 1.4.52Glenn Strauss2018-10-141-1/+1
|
* - next is 1.4.51Glenn Strauss2018-08-131-1/+1
|
* - next is 1.4.50Glenn Strauss2018-03-111-1/+1
|
* - next is 1.4.49Glenn Strauss2017-11-121-1/+1
|
* - next is 1.4.48Glenn Strauss2017-10-221-1/+1
|
* - next is 1.4.47Glenn Strauss2017-10-211-1/+1
|
* - next is 1.4.46Glenn Strauss2017-01-141-1/+1
|
* - next is 1.4.45Glenn Strauss2016-12-241-1/+1
|
* - next is 1.4.44Glenn Strauss2016-10-311-1/+1
|
* [build] move some build scripts to scripts/Glenn Strauss2016-10-301-1/+1
|
* - next is 1.4.43Glenn Strauss2016-10-161-1/+1
|
* - next is 1.4.42Glenn Strauss2016-07-311-1/+1
|
* [cmake] set cmake_minimum_required to 2.8.2Glenn Strauss2016-07-311-1/+1
| | | | | CHECK_SYMBOL_EXISTS() is available in CMake >= 2.8.0 Clang is supported in CMake >= 2.8.2
* - next is 1.4.41Glenn Strauss2016-07-161-1/+1
|
* - next is 1.4.40Stefan Bühler2016-01-031-1/+1
| | | | | | From: Stefan Bühler <stbuehler@web.de> git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@3068 152afb58-edef-0310-8abb-c4023f1b3aa9
* - next ist 1.4.39Stefan Bühler2015-12-051-1/+1
| | | | | | From: Stefan Bühler <stbuehler@web.de> git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@3063 152afb58-edef-0310-8abb-c4023f1b3aa9
* -next is 1.4.38Stefan Bühler2015-09-151-1/+1
| | | | | | From: Stefan Bühler <stbuehler@web.de> git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@3037 152afb58-edef-0310-8abb-c4023f1b3aa9
* [cmake] lowercase commands, whitespace cleanup, remove clutter in else(...), ↵Stefan Bühler2015-08-221-18/+18
| | | | | | | | endif(...), endforeach(...) From: Stefan Bühler <stbuehler@web.de> git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@3013 152afb58-edef-0310-8abb-c4023f1b3aa9
* - next is 1.4.37Stefan Bühler2015-07-261-1/+1
| | | | | | From: Stefan Bühler <stbuehler@web.de> git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@3006 152afb58-edef-0310-8abb-c4023f1b3aa9
* - next is 1.4.36Stefan Bühler2014-04-021-1/+1
| | | | | | From: Stefan Bühler <stbuehler@web.de> git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2961 152afb58-edef-0310-8abb-c4023f1b3aa9
* - next is 1.4.35Stefan Bühler2014-01-201-1/+1
| | | | | | From: Stefan Bühler <stbuehler@web.de> git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2935 152afb58-edef-0310-8abb-c4023f1b3aa9
* - next is 1.4.34Stefan Bühler2013-09-271-1/+1
| | | | | | From: Stefan Bühler <stbuehler@web.de> git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2909 152afb58-edef-0310-8abb-c4023f1b3aa9
* - next is 1.4.33Stefan Bühler2012-11-211-1/+1
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2863 152afb58-edef-0310-8abb-c4023f1b3aa9
* - next is 1.4.32Stefan Bühler2012-08-311-1/+1
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2841 152afb58-edef-0310-8abb-c4023f1b3aa9
* - next is 1.4.31Stefan Bühler2011-12-181-1/+1
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2820 152afb58-edef-0310-8abb-c4023f1b3aa9