From dca5adbabe2c8cbefd975955e0b9a8aa5089e8c8 Mon Sep 17 00:00:00 2001 From: Ruslan Baratov Date: Wed, 29 Apr 2015 14:12:20 +0200 Subject: [PATCH] Set name project to BZip2 (CMake has module FindBZip2) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ef44bbc..a59ff54 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.0) -project(bzip2 +project(BZip2 VERSION 1.0.6 LANGUAGES C )