Skip to content

Commit

Permalink
Fix CMake formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kurpicz committed Sep 5, 2024
1 parent 7ee2202 commit 34c6eca
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@

cmake_minimum_required(VERSION 3.25)

project(pasta_bit_vector
project(
pasta_bit_vector
DESCRIPTION "Bit Vector with Compact and Fast Rank and Select Support"
LANGUAGES CXX
VERSION 0.1.1)
VERSION 1.0.1
)

set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
Expand Down

0 comments on commit 34c6eca

Please sign in to comment.