Skip to content

Commit

Permalink
Turn WITH_LDMS off by default
Browse files Browse the repository at this point in the history
  • Loading branch information
daboehme authored Jan 10, 2024
1 parent 81d5bb6 commit b4553b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ add_caliper_option(WITH_PCP "Enable performance co-pilot support" FALSE)
add_caliper_option(WITH_VARIORUM "Enable Variorum support" FALSE)
add_caliper_option(WITH_UMPIRE "Enable Umpire statistics support" FALSE)
add_caliper_option(WITH_CRAYPAT "Enable CrayPAT region forwarding support" FALSE)
add_caliper_option(WITH_LDMS "Enable LDMS forwarder" TRUE)
add_caliper_option(WITH_LDMS "Enable LDMS forwarder" FALSE)

add_caliper_option(USE_EXTERNAL_GOTCHA "Use pre-installed gotcha instead of building our own" FALSE)

Expand Down

0 comments on commit b4553b9

Please sign in to comment.