Skip to content

Commit

Permalink
downgrade required cmake version to 2.8.12
Browse files Browse the repository at this point in the history
  • Loading branch information
vivkin committed Nov 8, 2014
1 parent 1062aaa commit a5c25bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.0.0)
project(gason VERSION 1.0.0)
cmake_minimum_required(VERSION 2.8.12)
project(gason)

set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -fno-rtti -fno-exceptions")
if(CMAKE_CXX_COMPILER_ID MATCHES "Clang")
Expand Down
17 changes: 0 additions & 17 deletions Makefile

This file was deleted.

0 comments on commit a5c25bf

Please sign in to comment.