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 e4adbb7 commit e153bdbCopy full SHA for e153bdb
examples/CMakeLists.txt
@@ -27,15 +27,19 @@ CompileExample("t08_additional_node_args")
27
CompileExample("t09_scripting")
28
CompileExample("t10_observer")
29
30
-if(BTCPP_GROOT_INTERFACE AND BTCPP_SQLITE_LOGGING)
31
-CompileExample("t11_groot_howto")
+if(BTCPP_GROOT_INTERFACE)
+ CompileExample("t11_groot_howto")
32
endif()
33
34
CompileExample("t12_default_ports")
35
CompileExample("t13_access_by_ref")
36
CompileExample("t14_subtree_model")
37
CompileExample("t15_nodes_mocking")
38
-CompileExample("t16_sqlite_log")
+
39
+if(BTCPP_SQLITE_LOGGING)
40
+ CompileExample("t16_sqlite_log")
41
+endif()
42
43
CompileExample("t17_blackboard_backup")
44
CompileExample("t18_waypoints")
45
0 commit comments