YottaDB / YDB

Mirrored from https://gitlab.com/YottaDB/DB/YDB
Other
76 stars 37 forks source link

cmake build fails with Ninja generator #335

Closed chathaway-codes closed 6 years ago

chathaway-codes commented 6 years ago

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.