Skip to content

Commit

Permalink
fix: Removed version from CMake, using github releases instead
Browse files Browse the repository at this point in the history
  • Loading branch information
alinalihassan committed Mar 2, 2022
1 parent 354551f commit a6011b1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
cmake_minimum_required(VERSION 3.21)
project(
Lesma
VERSION 0.1
LANGUAGES CXX
)
project(Lesma)

# External dependencies
include(cmake/CPM.cmake)
Expand Down

0 comments on commit a6011b1

Please sign in to comment.