We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81d5bb6 commit b4553b9Copy full SHA for b4553b9
CMakeLists.txt
@@ -78,7 +78,7 @@ add_caliper_option(WITH_PCP "Enable performance co-pilot support" FALSE)
78
add_caliper_option(WITH_VARIORUM "Enable Variorum support" FALSE)
79
add_caliper_option(WITH_UMPIRE "Enable Umpire statistics support" FALSE)
80
add_caliper_option(WITH_CRAYPAT "Enable CrayPAT region forwarding support" FALSE)
81
-add_caliper_option(WITH_LDMS "Enable LDMS forwarder" TRUE)
+add_caliper_option(WITH_LDMS "Enable LDMS forwarder" FALSE)
82
83
add_caliper_option(USE_EXTERNAL_GOTCHA "Use pre-installed gotcha instead of building our own" FALSE)
84
0 commit comments