Skip to content

Commit

Permalink
Fixing cmake error with nvml
Browse files Browse the repository at this point in the history
  • Loading branch information
khuck committed Aug 16, 2020
1 parent 265e88e commit dce09a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/apex/CMakeLists.hpx
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ set(_apex_imported_targets "")
include(APEX_SetupCUPTI)
if(APEX_WITH_CUDA)
set(cupti_sources activity_trace_async.cpp)
set(cupti_sources apex_nvml.cpp)
set(nvml_sources apex_nvml.cpp)
endif(APEX_WITH_CUDA)

# Setup PAPI
Expand Down Expand Up @@ -316,6 +316,7 @@ set(apex_sources
${otf2_sources}
${ompt_sources}
${cupti_sources}
${nvml_sources}
)

include(GNUInstallDirs)
Expand Down

0 comments on commit dce09a5

Please sign in to comment.