From: Konstantinos Margaritis Date: Mon, 12 Apr 2021 15:00:06 +0000 (+0000) Subject: change project name in CMakeLists X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b641eee167c57853ebf7cb03740be7a91fd2d11f;p=thirdparty%2Fvectorscan.git change project name in CMakeLists --- diff --git a/CMakeLists.txt b/CMakeLists.txt index bbed8e2f..420a8ecd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required (VERSION 2.8.11) -project (hyperscan C CXX) +project (vectorscan C CXX) set (HS_MAJOR_VERSION 5) set (HS_MINOR_VERSION 4)