Philipp Remy
Philipp Remy
I think the issue originates here: [src/cmake/Dependencies.cmake:187](https://github.com/alicevision/AliceVision/blob/be3d85f9d96d2a1f008d59506eb973c051556f00/src/cmake/Dependencies.cmake#L189) ```cmake # Add Geogram if(WIN32) set(VORPALINE_PLATFORM Win-vs-dynamic-generic) elseif(APPLE) set(VORPALINE_PLATFORM Darwin-clang-dynamic) elseif(UNIX) set(VORPALINE_PLATFORM Linux64-gcc-dynamic) endif() ``` When building as an embedded dependency, only x86...
Hi! Quick question: IIRC Boost provides the special target `Boost::headers` for all its header libraries. Would it make sense to use that instead of setting the include dirs manually?
At least on Linux and macOS this worked fine (no dependency on mth_c99). I do not have a Windows machine available right now, so I can't test that. Will try...
I finally got to spin up the Windows VM. I tested it on with the latest Visual Studio SDK and removed the legacy module with an overlay port (and in...
Will try :)
I'd vote for adapting the logging message :D. We require CUDA 11 in CMake [here](https://github.com/alicevision/AliceVision/blob/d3f38a523f558534be6889ad7f67c739a1493cf5/src/CMakeLists.txt#L679). And the CUDA 11 toolkit only supports 3.5-5.0 as deprecated architectures (see [here](https://docs.nvidia.com/cuda/archive/11.0/cuda-toolkit-release-notes/index.html)). So 2.0...
No worries, I'll be busy with exams until the end of February anyways, so I won't be able to work on this full time until then. Just wanted to get...