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
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.
The text was updated successfully, but these errors were encountered:
I've made some progress by changing the line of code in the CMakeLists.txt as mentioned in other issues, and I've produced a HedgeLib.sln. I've (I think) managed to build and got as message reading 10 succeeded, but now I'm not sure where they are as I don't see them under "build"
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.
The text was updated successfully, but these errors were encountered: