You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's the only problem reported by the build. It may be covering other issues. If you want to test locally, you can use the ghcr.io/anarthal-containers/build-cmake3_8 Docker image (it's an Ubuntu with cmake 3.8)
The CMakeLists.txt refactor performed in commit 75e4528 seem to have broken compatibility with CMake 3.8. See this MySQL build: https://drone.cpp.al/boostorg/mysql/955/3/3
The problem seems to be that
target_sources(... PRIVATE)
is not supported forINTERFACE
targets in CMake 3.8.This problem only happens in develop.
The text was updated successfully, but these errors were encountered: