Closed maxirmx closed 1 year ago
Thanks!
This somehow managed to break the Windows build. I suspect the change from 3.24 to 3.25 rather than moving the cmake_minimum_required
statement. I'll dig into that tomorrow.
You can leave it to me if you wish
I am going to integrate Windows build in our pipeline
I suspect the change from 3.24 to 3.25 rather than moving the
cmake_minimum_required
statement.
Au contraire. It's exactly the cmake_minimum_required
move that's causing trouble. I've reverted that part of the PR in 6cfce3b for now.
You can leave it to me if you wish
That'd be great, I don't have the time right now to dig deeper into this. Somehow the change affects how static vs dynamic linking is handled on Windows.
I am going to integrate Windows build in our pipeline
Thanks!
Hi, @mhx
Thank you the great tool. A small improvement proposal:
cmake_minimum_required
shall preceedproject
Otherwise cmake generates very long and annoying warningadd_subdirectory(folly EXCLUDE_FROM_ALL SYSTEM)
actually requires cmake 3.25, not 3.24Thank you
cc: @ronaldtse This is a contribution from Tebako (GitHub), a product of Ribose (GitHub).