Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.

robin_hoodConfig.cmake missing #155

Open
jvonachen opened this issue May 23, 2022 · 4 comments
Open

robin_hoodConfig.cmake missing #155

jvonachen opened this issue May 23, 2022 · 4 comments

Comments

@jvonachen
Copy link

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".

@bebing2
Copy link

bebing2 commented Aug 7, 2022

Hi! Did you ever find a fix or workaround for this? I ran into the same exact thing. I'm a bit new to cmake so I am going to see if I can get the syntax correct to disable using robin_hood. I mean I built it and it just generated a single executable "rh." Maybe I'm barking up the wrong tree.

@jvonachen
Copy link
Author

jvonachen commented Aug 11, 2022 via email

@jvonachen
Copy link
Author

jvonachen commented Oct 11, 2022 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@jvonachen @bebing2 and others