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

Commit 7163200

Browse files
author
Szymon Romik
authored
Merge pull request #360 from igchor/extend_valgrind_not_found_msg
Extend warning message when valgrind is not found.
2 parents 9f46ee2 + 708d354 commit 7163200

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
@@ -271,7 +271,7 @@ if(NOT WIN32)
271271
message(WARNING "Valgrind pmemcheck NOT found. Pmemcheck tests will not be performed.")
272272
endif()
273273
else()
274-
message(WARNING "Valgrind not found. Valgrind tests will not be performed.")
274+
message(WARNING "Valgrind (devel) not found. Valgrind tests will not be performed.")
275275
endif()
276276
endif()
277277

0 commit comments

Comments
 (0)