Skip to content

Commit

Permalink
cmake: sync nvml submodule.
Browse files Browse the repository at this point in the history
Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com>
  • Loading branch information
majianpeng committed Feb 13, 2018
1 parent 13738cd commit 21fb587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/os/CMakeLists.txt
Expand Up @@ -123,7 +123,7 @@ if(WITH_PMEM)
ExternalProject_Add(nvml_ext
DOWNLOAD_DIR ${CMAKE_BINARY_DIR}/src/
GIT_REPOSITORY "https://github.com/ceph/nvml.git"
GIT_TAG "dd5b62dbc2cbbe048087dea"
GIT_TAG "e1d3096301e3812dcfa333723d821f417eaf1ab7"
SOURCE_DIR ${CMAKE_BINARY_DIR}/src/nvml
CONFIGURE_COMMAND ""
BUILD_COMMAND $(MAKE)
Expand Down

0 comments on commit 21fb587

Please sign in to comment.