Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Seungho Henry Park <[email protected]>
  • Loading branch information
seanshpark and shs-park authored Feb 11, 2025
1 parent f1c1590 commit 0b62149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle-mlir/infra/cmake/CfgOptionFlags.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# configuration options
#
option(ENABLE_TEST "Enable module unit test and intrgration test" ON)
option(ENABLE_TEST "Enable module unit test and integration test" ON)
option(ENABLE_COVERAGE "Enable build for coverage test" OFF)

if(${ENABLE_COVERAGE} AND NOT ${ENABLE_TEST})
Expand Down

0 comments on commit 0b62149

Please sign in to comment.