Add build test deps specific for 2.4

This commit is contained in:
Timofey Turenko
2019-04-24 15:41:15 +03:00
parent 4ad60fa2a2
commit f6c6415c4f
2 changed files with 8 additions and 3 deletions

View File

@ -122,3 +122,5 @@ find_program(HAVE_PHP php)
if (NOT HAVE_PHP)
message(FATAL_ERROR "Could not find php. Add -DHAVE_PHP=Y to CMake invocation ignore this.")
endif()
find_package(CURL REQUIRED)