-
-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
Description
I am following the steps mentioned at https://github.com/rizinorg/rz-retdec#process
While running the command
cmake .. -DCMAKE_INSTALL_PREFIX=~/.local
I get the following error -
By not providing "FindRizin.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "Rizin", but
CMake did not find one.
Could not find a package configuration file provided by "Rizin" with any of
the following names:
RizinConfig.cmake
rizin-config.cmake
Add the installation prefix of "Rizin" to CMAKE_PREFIX_PATH or set
"Rizin_DIR" to a directory containing one of the above files. If "Rizin"
provides a separate development package or SDK, be sure it has been
installed.I tried finding the cmake files throughout the repo but couldn't find them
Thanking in advance