Skip to content

Commit

Permalink
Add version to cmake lists
Browse files Browse the repository at this point in the history
  • Loading branch information
gmagno committed Jul 29, 2020
1 parent 534efab commit aace923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# project
cmake_minimum_required(VERSION 3.10)
project(igl)
project(igl VERSION 0.1.0)

# Fix behavior of CMAKE_CXX_STANDARD when targeting macOS.
if (POLICY CMP0025)
Expand Down

0 comments on commit aace923

Please sign in to comment.