Markus Rickert

Results 60 comments of Markus Rickert

I didn't want to include an alias without any warning, but thank you for pointing me to the new `DEPRECATION` property. It doesn't work on an ALIAS target ``` CMake...

Great, I'll update the PR accordingly then. While fcl requires CMake 3.10, a consumer project of the config file can have a lower version. In this case, this would lead...

Good point, I've just added this to the PR.

The updated pkg-config files in simage look much better, all path variables are now defined relative to `prefix`. Regarding the `prefix` variable in a pkg-config file: this should either point...

`pcfiledir` seems to be the best option, as I just noticed another issue with `--define-prefix`. The man page states > When this feature is enabled and a .pc file is...

Is there any chance of a new patch release tag for Coin, simage, SoQt etc. given the many important changes in the past few weeks? This would definitely help in...

An update of the patch version, i.e., Coin 4.0.1, simage 1.8.1, SoQt 1.6.1 etc. would be fine for me. The new source archives with all submodules integrated also help a...

Now that the issue has been closed it seems like a good time for new version tags? If there are further issues, these can always be resolved in a later...

Here is a minimal example (C++ and CMake) to visualize this issue. In order to test this in a non-HiDPI screen, the environment variable `QT_SCALE_FACTOR` can be used, e.g., on...

The iterative IK solvers look for a solution within the specified constraints and starting with the current position as initial guess. If the first attempt fails, they both retry from...