Skip to content

Commit

Permalink
Don't enable power meter by default
Browse files Browse the repository at this point in the history
  • Loading branch information
definelicht committed Jun 25, 2019
1 parent 065326c commit 826d334
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 @@ -14,7 +14,7 @@ set(MM_ENABLE_PROFILING OFF CACHE BOOL "Collect profiling information")
set(MM_ENABLE_DEBUGGING OFF CACHE BOOL "Inject debugging cores to design")
set(MM_QUICK_BUILD OFF CACHE BOOL "Enable quick build option for xocc")
set(MM_XOCC_FLAGS "" CACHE STRING "Extra flags for xocc")
set(MM_POWER_METER ON CACHE BOOL "Enable Corsair power meter for measuring power consumption with Corsair RMi power supplies.")
set(MM_POWER_METER OFF CACHE BOOL "Enable Corsair power meter for measuring power consumption with Corsair RMi power supplies.")

# Domain options
set(MM_DATA_TYPE "float" CACHE STRING "Matrix data type.")
Expand Down

0 comments on commit 826d334

Please sign in to comment.