Open psychocoderHPC opened 4 years ago
If issac-server is compiled with libjannson 2.10+ than CMake is not able to find the library.
issue was detected with spack: https://github.com/ComputationalRadiationPhysics/spack-repo/pull/7#issuecomment-656645995
Please note spack is setting CMAKE_PREFIX_PATH to the root folder of lib Jannson, maybe it is working if the path is directly pointing to the folder where JanssonConfig.cmake is located.
CMAKE_PREFIX_PATH
JanssonConfig.cmake
This should be solved with #123, where I am not 100% sure is why the problem was already shown with libjansson 2.10
If issac-server is compiled with libjannson 2.10+ than CMake is not able to find the library.
issue was detected with spack: https://github.com/ComputationalRadiationPhysics/spack-repo/pull/7#issuecomment-656645995
Please note spack is setting
CMAKE_PREFIX_PATH
to the root folder of lib Jannson, maybe it is working if the path is directly pointing to the folder whereJanssonConfig.cmake
is located.