Conversation
Conflicts: cmake-module/FindBullet.cmake
|
Merge, or close? |
|
@jhe- Could you take a look at this change? I verified it working on my machine... |
|
I get this error now when configuring a dependent app (VRIntro). It worked with my commit. -- Could NOT find Bullet (missing: BULLET_DYNAMICS_LIBRARY BULLET_COLLISION_LIB CMake Error at source/VRIntro/CMakeLists.txt:52 (add_executable): CMake Error at source/VRIntro/CMakeLists.txt:52 (add_executable): |
This is required to get this building with CMake 3.1. CMake 3.1 changes the way that link libraries are specified; a single target can only have one link library, not a list of them, and if a list is required then synthetic targets are needed to represent them on a per-entry basis.