Skip to content

Commit

Permalink
Remove -std=c11 option
Browse files Browse the repository at this point in the history
  • Loading branch information
uoo723 committed Jun 23, 2017
1 parent cd32bb3 commit c048d81
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
cmake_minimum_required (VERSION 3.5.1)
project(KeyValueStorage)
add_compile_options(-std=c11)
include_directories(include)

file(GLOB sources "src/*.c")
Expand Down

0 comments on commit c048d81

Please sign in to comment.