You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building from source using homebrew yields this error on the cmake -DCMAKE_BUILD_TYPE=Debug ../ step.
I have been unable to find where CURSES_INCLUDE_PATH is defined or where it should be defined.
brew --prefix ncurses provides the following directory for curses, /opt/homebrew/opt/ncurses
Error:
CMake Error at /opt/homebrew/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:233 (message):
Could NOT find Curses (missing: CURSES_INCLUDE_PATH)
Call Stack (most recent call first):
/opt/homebrew/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:603 (_FPHSA_FAILURE_MESSAGE)
/opt/homebrew/share/cmake/Modules/FindCurses.cmake:268 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
utilities/bladeRF-power/CMakeLists.txt:6 (find_package)
The text was updated successfully, but these errors were encountered:
Attempted to set the path in utilities/bladeRF-power/CMakeLists.txt
with find_package(Curses REQUIRED PATHS "/opt/homebrew/opt/ncurses")
Error:
CMake Error at utilities/bladeRF-power/CMakeLists.txt:6 (find_package):
Could not find a package configuration file provided by "Curses" with any
of the following names:
CursesConfig.cmake
curses-config.cmake
Add the installation prefix of "Curses" to CMAKE_PREFIX_PATH or set
"Curses_DIR" to a directory containing one of the above files. If "Curses"
provides a separate development package or SDK, be sure it has been
installed.
Building from source using homebrew yields this error on the
cmake -DCMAKE_BUILD_TYPE=Debug ../
step.I have been unable to find where CURSES_INCLUDE_PATH is defined or where it should be defined.
brew --prefix ncurses
provides the following directory for curses,/opt/homebrew/opt/ncurses
Error:
The text was updated successfully, but these errors were encountered: