-
-
Notifications
You must be signed in to change notification settings - Fork 157
robin_hoodConfig.cmake missing #155
Description
I'm trying to make Vulkan Validation layers and the make required robin hood but after using conan to install it and use it, I was expecting there to be a robin_hoodConfig.cmake or robin_hood-config.cmake. Everything works except the robin hood.
I'm using windows 10, Vulkan 1.3.211.0, cmake 3.10.2
command to make the validation layers:
cmake -A x64 -DVULKAN_HEADERS_INSTALL_DIR=C:\libraries\VulkanSDK\1.3.211.0 -DGLSLANG_INSTALL_DIR=C:\libraries\VulkanSDK\1.3.211.0 -DSPIRV_HEADERS_INSTALL_DIR=C:\libraries\VulkanSDK\1.3.211.0 -DSPIRV_TOOLS_INSTALL_DIR=C:\libraries\VulkanSDK\1.3.211.0 -DROBIN_HOOD_HASHING_INSTALL_DIR=C:\robin-hood-hashing-master ..
output from command:
-- Selecting Windows SDK version 10.0.22000.0 to target Windows 10.0.19042.
- NOTE: Not adding target to run update_deps.py automatically. *
CMake Error at CMakeLists.txt:254 (find_package):
Could not find a package configuration file provided by "robin_hood" with
any of the following names:
robin_hoodConfig.cmake
robin_hood-config.cmake
Add the installation prefix of "robin_hood" to CMAKE_PREFIX_PATH or set
"robin_hood_DIR" to a directory containing one of the above files. If
"robin_hood" provides a separate development package or SDK, be sure it has
been installed.
-- Configuring incomplete, errors occurred!
See also "C:/Vulkan-ValidationLayers-master/build/CMakeFiles/CMakeOutput.log".