Details
-
Bug
-
Status: Closed (View Workflow)
-
Trivial
-
Resolution: Fixed
-
5.5.33
-
None
-
None
Description
The build fails with CMake when using the Ninja backend as follows..
ninja: error: dependency cycle: sql/GenServerSource -> sql/CMakeFiles/GenServerSource -> sql/sql_builtin.cc -> sql/GenServerSource
Attached is a patch which seems to fix the issue.