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 b14e3f9 commit fcc6652Copy full SHA for fcc6652
CMakeLists.txt
@@ -232,7 +232,6 @@ if (ENABLE_MAN_PAGES STREQUAL ON OR ENABLE_HTML_DOCS STREQUAL ON)
232
add_custom_target (doc
233
ALL
234
DEPENDS
235
- $<$<STREQUAL:"${ENABLE_BSON}","BUNDLED">:bson-doc>
236
$<$<STREQUAL:"${ENABLE_BSON}","ON">:bson-doc>
237
$<$<STREQUAL:"${ENABLE_MONGOC}","ON">:mongoc-doc>
238
)
0 commit comments