autoantwort
autoantwort
Yeah that should be supported. What I means was _*build* a static and dynamic variant of libuv simultaneously_ not _install a static and dynamic variant of libuv simultaneously_
Like this: ```bash cmake -B build -DBUILD_SHARED_LIBS=OFF cmake --build build cmake --install build cmake -B build -DBUILD_SHARED_LIBS=ON cmake --build build cmake --install build ```
This is not possible until something like https://github.com/microsoft/vcpkg/pull/22216 gets implemented since these feature are options and not additive
> error: vcpkg was unable to detect the active compiler's information. See above for the CMake failure output. And what did reading the logs reveal?
> Vcpkg version: 2020.06.15-nohash This is a very old version. Update your vcpkg version by running `git pull`
> We do want something like this but haven't had time to seriously look yet :(. Thanks! @BillyONeal Do you maybe now have time to do it? :)
> The second commit adds variable (template) `CMAKE_FIND_PACKAGE_` which I guess you mean `VCPKG_FIND_PACKAGE_`?
> Hi @SpaceIm , any chance of getting this rebased on current master? Thanks I have created #1160 for that.
Maybe one could create a feature request at the django project for a `pre_commit` callback. Edit: Ok that would not help since there are no django transactions in auto commit...
And that does not cover all cases. You can change an object without calling save. For example by calling [update](https://docs.djangoproject.com/en/4.2/ref/models/querysets/#django.db.models.query.QuerySet.update)