Skip to content
New issue

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 #470

Open
FO-Usain opened this issue Dec 11, 2020 · 1 comment
Open

cmake #470

FO-Usain opened this issue Dec 11, 2020 · 1 comment

Comments

@FO-Usain
Copy link

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

@stmboyd
Copy link

stmboyd commented Jan 8, 2021

You need to pass in the flag that defines the comparison on that line

cmake -DPHPCPP_ARCH="x86_64" ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants