htpp

htrdr-image post-processing
git clone git://git.meso-star.fr/htpp.git
Log | Files | Refs | README | LICENSE

commit 4f620590d28011611d045f5a7444eb4f9488fe3b
parent 4f39e59e63bf8c67173a0173c580b25588056406
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu, 17 Jun 2021 09:52:44 +0200

Bump CMake minimum version to 3.1

The 2.8 version is actually deprecated

Diffstat:
Mcmake/CMakeLists.txt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -14,7 +14,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -cmake_minimum_required(VERSION 2.8) +cmake_minimum_required(VERSION 3.1) project(htpp C) set(HTPP_SOURCE_DIR ${PROJECT_SOURCE_DIR}/../src)