Skip to content

Commit

Permalink
fix typo "exaples" to "examples"
Browse files Browse the repository at this point in the history
  • Loading branch information
yangyanqing committed Dec 18, 2020
1 parent 887621d commit 54d5992
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 @@ -74,7 +74,7 @@ option(TESTS "Compile and make tests for the code?" ON)
option(TESTS_DETAILED "Run each test separately instead of grouped?" OFF)
option(TESTS_BUILD_DISCOVER "Build time test discover" ON)

option(EXAMPLES "Compile and make exaples?" OFF)
option(EXAMPLES "Compile and make examples?" OFF)

option(VERBOSE_CONFIG "Print configuration to stdout during generation" ON)

Expand Down

0 comments on commit 54d5992

Please sign in to comment.