Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit 708d354

Browse files
committed
Extend warning message when valgrind is not found.
Specify we need devel package.
1 parent 8d65051 commit 708d354

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ if(NOT WIN32)
272272
message(WARNING "Valgrind pmemcheck NOT found. Pmemcheck tests will not be performed.")
273273
endif()
274274
else()
275-
message(WARNING "Valgrind not found. Valgrind tests will not be performed.")
275+
message(WARNING "Valgrind (devel) not found. Valgrind tests will not be performed.")
276276
endif()
277277
endif()
278278

0 commit comments

Comments
 (0)