Closed AlgoryxJosef closed 4 years ago
Thank you for pointing out this problem. When I modified the main CMakeLists.txt, I couldn't fix these plugins. I'm sorry about that. In the new main CMakeLists.txt, install_external_libraries is replaced with install_runtime_dlls, and I have replaced the old function with the new one for the relevant plugins. 4de96c888559e56f022e4961a1b1e80049d6fd82 Probably the plugins can be compiled now.
Great!
I noticed that the cmake function "install_external_libraries" was removed in commit 9b86928, but is still used in some of the CMakeLists.txt files, giving cmake configuration errors.
For example ../src/BulletPlugin/CMakeLists.txt (and a few others) tries to call install_external_libraries (line 82).