-
Notifications
You must be signed in to change notification settings - Fork 341
Open
Description
Line 68 in 5c9a31a
| IF (${PHPCPP_ARCH} STREQUAL "x86_64") |
it will be :
IF ("${PHPCPP_ARCH}" STREQUAL "x86_64")
because :
CMake Error at deps/PHP-CPP/CMakeLists.txt:68 (IF):
if given arguments:
"STREQUAL" "x86_64"
Metadata
Metadata
Assignees
Labels
No labels