Jack·Boos·Yu
Jack·Boos·Yu
> The error seems to come from Boost::regex which is missing here: https://github.com/alicevision/AliceVision/blob/develop/src/aliceVision/mvsUtils/CMakeLists.txt#L32 No, boost-regex was already added into dependencies and found in https://github.com/alicevision/AliceVision/blob/4eb30dfa3c9054de183e335f08c21c4536cb52aa/src/CMakeLists.txt#L287
`make_iterator_range` should be included in [boost-range](https://www.boost.org/doc/libs/1_85_0/libs/range/doc/html/range/reference/utilities/iterator_range.html#range.reference.utilities.iterator_range.details_functions), no idea whether it caused by the boost update their code.
> > No, boost-regex was already added into dependencies and found in https://github.com/alicevision/AliceVision/blob/4eb30dfa3c9054de183e335f08c21c4536cb52aa/src/CMakeLists.txt#L287 > > In the find_package, we list all the modules that we will need globally in the...
@fabiencastan @simogasp Any thought?
> Maybe we should replace ` add_compile_options(/bigobj)` with `append("/bigobj" CMAKE_CXX_FLAGS)` https://github.com/alicevision/AliceVision/blob/4eb30dfa3c9054de183e335f08c21c4536cb52aa/src/CMakeLists.txt#L140 As done here: https://github.com/llvm/llvm-project/blob/main/llvm/cmake/modules/HandleLLVMOptions.cmake#L655C3-L655C36 This doesn't work since `add_compile_options(/bigobj)` == `append("/bigobj" CMAKE_CXX_FLAGS)`.
> Could you please try using this PR : > > [alicevision/AliceVision#1717](https://github.com/alicevision/AliceVision/pull/1717) > > Briefly tested on msvc 2022. Will try later.
Current: cannot find openmp on x64-windows, trying to fix this.
@simogasp It's wired that openmp_cxx is not found in Windows but other ports which configured with openmp can find it, any idea on this? Edit: I tried to copy `find_package(OpenMP)`...
baseline issue?
One regression last.