CMake error while trying to run Halide #5004
ahmed-zubair-1998
started this conversation in
General
Replies: 2 comments
-
Not familiar with cmake. |
Beta Was this translation helpful? Give feedback.
0 replies
-
The binaries in the latest release do not provide a proper CMake build. Please build Halide from master and read |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have installed halide binaries for windows and I am trying to run bgu for some days. For this I am trying to run CMakeLists.txt inside apps/bgu folder. I have read README_cmake so I am running the following command inside the folder.
cmake -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_MODULE_PATH="/path/to/Halide" .
But I am getting the following error.
I tried to do this on ubuntu where I get the same error. This is my first time using cmake so I might be making some rookie mistake.
Beta Was this translation helpful? Give feedback.
All reactions