On lundi 18 novembre 2019 00:43:29 CET Albert Astals Cid wrote: > El dissabte, 16 de novembre de 2019, a les 0:23:28 CET, Tobias C. Berner va escriure: > > Moin moin > > > > Another issue it seems: > > cantor: https://people.freebsd.org/~tcberner/logs/cantor-19.11.80.log > > Can't reproduce, what's your cmake line invokation? and cmake version? > I can reproduce locally when using ninja. That's what happens when your CMakeLists.txt contains: include(thirdparty/CMakeLists.txt) instead of: add_subdirectory(thirdparty)