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 27, 2018
1 parent 6bd63de commit 5c38b88
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 "dd622819dd4ee97d3920f913c70be"
SOURCE_DIR ${CMAKE_BINARY_DIR}/src/nvml
CONFIGURE_COMMAND ""
BUILD_COMMAND $(MAKE)
Expand Down

0 comments on commit 5c38b88

Please sign in to comment.