mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Fix cmake warning about ENABLE_PERFTOOLS not being used
This commit is contained in:
parent
1580fb5d61
commit
fdc364084b
1 changed files with 3 additions and 2 deletions
|
@ -153,9 +153,10 @@ if (NOT DISABLE_ELASTICSEARCH AND LIBCURL_FOUND)
|
|||
list(APPEND OPTLIBS ${LibCURL_LIBRARIES})
|
||||
endif()
|
||||
|
||||
if (ENABLE_PERFTOOLS_DEBUG)
|
||||
if (ENABLE_PERFTOOLS_DEBUG OR ENABLE_PERFTOOLS)
|
||||
# Just a no op to prevent CMake from complaining about manually-specified
|
||||
# ENABLE_PERFTOOLS_DEBUG not being used if google perftools weren't found
|
||||
# ENABLE_PERFTOOLS_DEBUG or ENABLE_PERFTOOLS not being used if google
|
||||
# perftools weren't found
|
||||
endif ()
|
||||
|
||||
set(brodeps
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue