Skip to content

Commit

Permalink
Clarify wording in option doc
Browse files Browse the repository at this point in the history
Co-authored-by: Geoffrey Viola <[email protected]>
  • Loading branch information
chiphogg and geoffviola authored Oct 28, 2024
1 parent 0576630 commit 8bb6d2f
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 @@ -36,7 +36,7 @@ include(CMakeDependentOption)

option(
AU_EXCLUDE_GTEST_DEPENDENCY
"Avoid taking any dependency on googletest (and, implicitly, do not build tests)"
"Avoid taking any dependency on googletest. This option implies that tests will be skipped"
OFF
)
cmake_dependent_option(
Expand Down

0 comments on commit 8bb6d2f

Please sign in to comment.