Skip to content

Commit

Permalink
remove word duplication and extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
jya-kmu authored Jan 12, 2021
1 parent 3f6c72d commit c793022
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 @@ -152,7 +152,7 @@ option(HERMES_MDM_STORAGE_STBDS
option(HERMES_DEBUG_HEAP "Store Heap debug information for visualization." OFF)
option(HERMES_BUILD_BENCHMARKS "Build the Hermes benchmark suite." OFF)
option(HERMES_ENABLE_TIMING "Turn on timing of selected functions." OFF)
option(HERMES_ENABLE_COVERAGE "Enable codecode coverage." OFF)
option(HERMES_ENABLE_COVERAGE "Enable code coverage." OFF)
# Calculate code coverage with debug mode
if(HERMES_ENABLE_COVERAGE)
if(NOT CMAKE_BUILD_TYPE STREQUAL "Debug")
Expand Down

0 comments on commit c793022

Please sign in to comment.