Add build test deps specific for 2.4
This commit is contained in:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user