mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 03:51:50 +01:00
#5006 use find_package(Valgrind) for linux refs[t:5006]
git-svn-id: file:///svn/toku/tokudb@44260 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
576ecc92a2
commit
50c74b6536
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ if(USE_BDB)
|
||||||
find_package(BDB REQUIRED)
|
find_package(BDB REQUIRED)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
find_package(VALGRIND REQUIRED)
|
find_package(Valgrind REQUIRED)
|
||||||
|
|
||||||
include(CheckIncludeFiles)
|
include(CheckIncludeFiles)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue