Skip to content

Commit

Permalink
fix: modify the coverage name of module_vdw to vdw (#1450)
Browse files Browse the repository at this point in the history
  • Loading branch information
pxlxingliang committed Oct 31, 2022
1 parent 294e8a0 commit 226800d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/module_vdw/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ add_library(
)

if(ENABLE_COVERAGE)
add_coverage(base)
add_coverage(vdw)
endif()

0 comments on commit 226800d

Please sign in to comment.