We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CMake Error at CMakeLists.txt:68 (IF): if given arguments:
"STREQUAL" "x86_64"
Unknown arguments specified
-- Configuring incomplete, errors occurred! See also "/home/fo/phpcpp/PHP-CPP-2.1.4/CMakeFiles/CMakeOutput.log".
I don't know what is going on. I've gone on different forums and nothing seems to help
The text was updated successfully, but these errors were encountered:
You need to pass in the flag that defines the comparison on that line
cmake -DPHPCPP_ARCH="x86_64" ...
Sorry, something went wrong.
No branches or pull requests
CMake Error at CMakeLists.txt:68 (IF):
if given arguments:
Unknown arguments specified
-- Configuring incomplete, errors occurred!
See also "/home/fo/phpcpp/PHP-CPP-2.1.4/CMakeFiles/CMakeOutput.log".
I don't know what is going on. I've gone on different forums and nothing seems to help
The text was updated successfully, but these errors were encountered: