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
brew install --cask apenngrace/vulkan/vulkan-sdk
==> Auto-updating Homebrew...
Adjust how often this is run with HOMEBREW_AUTO_UPDATE_SECS or disable with
HOMEBREW_NO_AUTO_UPDATE. Hide these hints with HOMEBREW_NO_ENV_HINTS (see man brew).
==> Caveats
Installing vulkan-sdk means you have AGREED to the license at: https://vulkan.lunarg.com/sdk/home#sdk-license
2. Failing to build because unable to fine camerasuite
cmake .. -DBUILD_EXAMPLES=true -DBUILD_WITH_OPENMP=false -DHWM_OVER_XU=false
CMake Error at CMake/camera_suite.cmake:4 (find_package):
By not providing "FindCameraSuite.cmake" in CMAKE_MODULE_PATH this project
has asked CMake to find a package configuration file provided by
"CameraSuite", but CMake did not find one.
Could not find a package configuration file provided by "CameraSuite" with
any of the following names:
CameraSuiteConfig.cmake
camerasuite-config.cmake
Add the installation prefix of "CameraSuite" to CMAKE_PREFIX_PATH or set
"CameraSuite_DIR" to a directory containing one of the above files. If
"CameraSuite" provides a separate development package or SDK, be sure it
has been installed.
Call Stack (most recent call first):
CMakeLists.txt:89 (add_camerasuite)
The text was updated successfully, but these errors were encountered:
Issue Description
1. Installing the vulkan sdk via homebrew results in the following error:
brew install --cask apenngrace/vulkan/vulkan-sdk
==> Auto-updating Homebrew...
Adjust how often this is run with HOMEBREW_AUTO_UPDATE_SECS or disable with
HOMEBREW_NO_AUTO_UPDATE. Hide these hints with HOMEBREW_NO_ENV_HINTS (see
man brew
).==> Caveats
Installing vulkan-sdk means you have AGREED to the license at:
https://vulkan.lunarg.com/sdk/home#sdk-license
==> Downloading https://sdk.lunarg.com/sdk/download/1.2.162.1/mac/vulkansdk-macos-1.2.162.1.dmg?Human=true
curl: (22) The requested URL returned error: 404
Error: Download failed on Cask 'vulkan-sdk' with message: Download failed: https://sdk.lunarg.com/sdk/download/1.2.162.1/mac/vulkansdk-macos-1.2.162.1.dmg?Human=true
2. Failing to build because unable to fine
camerasuite
cmake .. -DBUILD_EXAMPLES=true -DBUILD_WITH_OPENMP=false -DHWM_OVER_XU=false
CMake Error at CMake/camera_suite.cmake:4 (find_package):
By not providing "FindCameraSuite.cmake" in CMAKE_MODULE_PATH this project
has asked CMake to find a package configuration file provided by
"CameraSuite", but CMake did not find one.
Could not find a package configuration file provided by "CameraSuite" with
any of the following names:
CameraSuiteConfig.cmake
camerasuite-config.cmake
Add the installation prefix of "CameraSuite" to CMAKE_PREFIX_PATH or set
"CameraSuite_DIR" to a directory containing one of the above files. If
"CameraSuite" provides a separate development package or SDK, be sure it
has been installed.
Call Stack (most recent call first):
CMakeLists.txt:89 (add_camerasuite)
The text was updated successfully, but these errors were encountered: