We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 856285c commit 9e3bb35Copy full SHA for 9e3bb35
CMakeLists.txt
@@ -16,14 +16,14 @@ project(
16
# [CMAKE.SKIP_EXAMPLES]
17
option(
18
BEMAN_INPLACE_VECTOR_BUILD_EXAMPLES
19
- "Enable building examples. Default: ON. Values: { ON, OFF }."
+ "Enable building examples. Default: ${PROJECT_IS_TOP_LEVEL}. Values: { ON, OFF}."
20
${PROJECT_IS_TOP_LEVEL}
21
)
22
23
# [CMAKE.SKIP_TESTS]
24
25
BEMAN_INPLACE_VECTOR_BUILD_TESTS
26
- "Enable building tests and test infrastructure. Default: ON. Values: { ON, OFF }."
+ "Enable building tests and test infrastructure. Default: ${PROJECT_IS_TOP_LEVEL}. Values: { ON, OFF }."
27
28
29
0 commit comments