SpaceIm

Results 118 issues of SpaceIm

Depending on whether octomap is static or shared, imported target name is different: `octomap-static` if static, `octomap` if shared. It's more robust to check `octomap-static` before falling back to include...

It is not recommended to override `CMAKE_MODULE_PATH`, it can be quite surprising for user who want to inject some module file in another folder. --- This change is [](https://reviewable.io/reviews/flexible-collision-library/fcl/559)

In `include/fcl/narrowphase/detail/traversal/collision/mesh_collision_traversal_node.h`, the template class `MeshCollisionTraversalNodeRSS` declares several member functions. Two of them don't have definitions in corresponding inl.h: `bool BVTesting(int b1, int b2, const Transform3& tf) const` `void leafTesting(int...

- fcl fails to build as a shared lib whatever Visual Studio version is used. - fcl can be build as a shared lib with MinGW (when it doesn't fail...

CMakeLists adds a postfix to debug libs if Windows or Apple OS, but shared build is broken with this postfix, since shared lib name is also hardcoded in `MediaInfoDLL.h` without...

**Describe the bug** Undefined reference to `nan` in `charconv.cc` (`absl_strings`) while building `gRPC` shared against `abseil` static on Linux with gcc-10: ``` [ 98%] Linking CXX shared library ../lib/libgrpc++.so /usr/bin/ld:...

bug

This PR tries to improve CMakeLists.txt: - still allow static introduced in https://github.com/redis/hiredis/pull/851 (/cc @masariello), but don't build both. CMake has `BUILD_SHARED_LIBS` to control SHARED or STATIC, it's good practice...

I'm trying to package gltf-SDK 1.9.5.0 for conan (with minimal modifications like std::powf replaced by std::pow, unvendoring of rapidjson, fix of installation folders). I've written a simple cpp file, based...

bug
help wanted
good first issue

For Windows builds, zlib provides 4 build files: - Makefile.gcc for MinGW - Makefile.msvc and MSBuild files for Visual Studio - CMake For a given compiler, names of generated binaries...

https://github.com/libgeos/geos/pull/518 unconditionally prevents to build few things like geosop when wrapped by another CMakeLists. Could you revert this logic please? It's quite annoying for conan package manager. The main issue...