Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 5.5.33
-
Fix Version/s: 5.5.34
-
Component/s: None
-
Labels: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.