Skip to content

Commit

Permalink
include nvml.h, fix cmake docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Mataré committed Oct 9, 2015
1 parent e295a95 commit 39a07de
Show file tree
Hide file tree
Showing 2 changed files with 3,772 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ option(USE_ATASMART "Enable reading temperatures from HDDs via S.M.A.R.T" OFF)
# loaded at runtime, so we don't add a compile-time dependency on the
# proprietary nVidia driver.
#
option(USE_NVML "Get temperatures directly from nVidia GPUs via their
option(USE_NVML "Get temperatures directly from nVidia GPUs via their \
proprietary NVML API" ON)


Expand Down
Loading

0 comments on commit 39a07de

Please sign in to comment.