Skip to content

Commit 9e3bb35

Browse files
committed
Update Cmake option docstring
1 parent 856285c commit 9e3bb35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ project(
1616
# [CMAKE.SKIP_EXAMPLES]
1717
option(
1818
BEMAN_INPLACE_VECTOR_BUILD_EXAMPLES
19-
"Enable building examples. Default: ON. Values: { ON, OFF }."
19+
"Enable building examples. Default: ${PROJECT_IS_TOP_LEVEL}. Values: { ON, OFF}."
2020
${PROJECT_IS_TOP_LEVEL}
2121
)
2222

2323
# [CMAKE.SKIP_TESTS]
2424
option(
2525
BEMAN_INPLACE_VECTOR_BUILD_TESTS
26-
"Enable building tests and test infrastructure. Default: ON. Values: { ON, OFF }."
26+
"Enable building tests and test infrastructure. Default: ${PROJECT_IS_TOP_LEVEL}. Values: { ON, OFF }."
2727
${PROJECT_IS_TOP_LEVEL}
2828
)
2929

0 commit comments

Comments
 (0)