Nick Avramoussis
Nick Avramoussis
We should update the CMake to try and automatically populate these. Something like the below (untested, typed into comment): ``` set(OPENVDB_PACKAGE_URL "unknown") set(OPENVDB_PACKAGE_REVISION "unknown") find_package(Git) if(TARGET Git::Git) execute_process(COMMAND ${GIT_EXECUTABLE} rev-parse...
Very good point - we could add a parent option which turns on this behaviour which is off by default.
@jmlait did you mention you were going to try and solve this with options in the CMake build?
IIRC, homebrew uses the makefile to install OpenVDB v6.0.0 and there's no make or CMake support for actually installing the modules themselves. This has been added in v6.1 but the...
Glad to hear! I've created a ticket to update homebrew itself here https://jira.aswf.io/browse/OVDB-92
Have you tried pointing your project to the location of your OpenVDB install through MinGW by providing the location of the installed find modules with `CMAKE_MODULE_PATH`? > fwiw conceptually a...
> Yes, that didn't help. CMake searches for the wrong filenames (as per the first post here) since it tries to look for configs, not modules -- if I understand...
Seems that we're running out of disk space for the windows debug builds :neutral_face:
@danrbailey bump!
Hi @peytondmurray - I think this would be great to see! I'm just not sure what exactly this looks like as I haven't worked too much with PYPI. My understanding...