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

Error while running cmake for rwkv.cpp on MacBook Pro M1 Pro #113

Open
NextDoorLaoHuang-HF opened this issue Jul 13, 2023 · 0 comments
Open
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@NextDoorLaoHuang-HF
Copy link

I am trying to run cmake for the rwkv.cpp project on my MacBook Pro M1 Pro, but I am encountering the following error:

"CMake Error at extras/CMakeLists.txt:3 (add_executable):
add_executable cannot create target "rwkv_" because another target with the same name already exists. The existing target is an executable created in source directory "/Volumes/T7Shield/rwkvcpp/rwkv.cpp-master-6b26e0d/extras". See documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
extras/CMakeLists.txt:14 (rwkv_add_extra)"

Steps to reproduce:

Clone the rwkv.cpp project from GitHub
Navigate to the project directory in the terminal
Run "cmake ."

@saharNooby saharNooby added bug Something isn't working help wanted Extra attention is needed labels Jul 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants