Skip to content

Commit

Permalink
disable fuzzing by default
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldreik committed Jun 9, 2019
1 parent ccb4274 commit e0e361b
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
Expand Up @@ -42,7 +42,7 @@ option(FMT_SAFE_DURATION_CAST "verify chrono duration casts" OFF)
option(FMT_DOC "Generate the doc target." ${MASTER_PROJECT})
option(FMT_INSTALL "Generate the install target." ${MASTER_PROJECT})
option(FMT_TEST "Generate the test target." ${MASTER_PROJECT})
option(FMT_FUZZ "Generate the fuzz target." ${MASTER_PROJECT})
option(FMT_FUZZ "Generate the fuzz target." OFF)


project(FMT CXX)
Expand Down

0 comments on commit e0e361b

Please sign in to comment.