Skip to content

Commit

Permalink
Updated CMakeLists to build on older (but supported) cmake versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeDP committed Nov 10, 2018
1 parent 9fb5150 commit e4b92f7
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 @@
cmake_minimum_required (VERSION 3.3.2)

project(module VERSION 3.0.1 DESCRIPTION "Easily create modular C programs")
project(module VERSION 3.0.1 LANGUAGES C)

if(NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE Release)
Expand Down

0 comments on commit e4b92f7

Please sign in to comment.