YottaDB / YDB

Mirrored from https://gitlab.com/YottaDB/DB/YDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cmake build fails with Ninja generator

chathaway-codes opened this issue · comments

Final Release Note

Description

After using -GNinja (or -G"Eclipse CDT4 - Ninja") during the cmake command to create a built structure for YottaDB, invocations of the builder will result in build failures. Some of these failures are due to files not being found because of the use of a '*' in the path, and others are missing M files which are not placed because of relatively random ordering of the commands being executed.

Draft Release Note

CMake builds work correctly with the Ninja generator. Previously, builds would fail due to problems parsing wildcard expressions and placing M files.