-
Notifications
You must be signed in to change notification settings - Fork 35
Description
Getting the following when attempting to build a .sln:
PS C:\GitHub\HedgeLib> cmake -S . -B build
-- Selecting Windows SDK version 10.0.26100.0 to target Windows 10.0.19045.
-- Could NOT find Fbx (missing: FBX_LIBRARIES FBX_INCLUDE_DIRS)
-- Note that the FindFbx.cmake script can fail to find the newest Fbx sdk if there are multiple ones installed. Please set "FBX_DIR" environment or cmake variable to choose a specific version/location.
-- Searching for robin_hood...
CMake Error at C:/Program Files/CMake/share/cmake-3.30/Modules/FindPackageHandleStandardArgs.cmake:233 (message):
Could NOT find robin_hood (missing: ROBIN_HOOD_LIBRARY
ROBIN_HOOD_INCLUDE_DIR)
Call Stack (most recent call first):
C:/Program Files/CMake/share/cmake-3.30/Modules/FindPackageHandleStandardArgs.cmake:603 (_FPHSA_FAILURE_MESSAGE)
cmake/modules/Findrobin_hood.cmake:61 (find_package_handle_standard_args)
HedgeLib/CMakeLists.txt:169 (find_package)
-- Configuring incomplete, errors occurred!
Any help with this would be appreciated.