Jean-Michaël Celerier
Jean-Michaël Celerier
@sebholt I think that this may be due to this change in CMake : https://gitlab.kitware.com/cmake/cmake/merge_requests/543 Apparently, just trying to build this : ```CMake cmake_minimum_required(VERSION 3.10 FATAL_ERROR) cmake_policy(VERSION 3.10) find_package(Qt5 COMPONENTS...
the only way I found to solve this was to stop using CMAKE_AUTOMOC
nice, thanks @sebholt
[test-genexp.zip](https://github.com/sakra/cotire/files/478692/test-genexp.zip) If you want to test. (It is called genexp because I thought that it was due to generator expressions at the beginning...)
Changed the title to reflect that this bugs only occurs with ninja, not with make
tested on both clang 8 and gcc 8, at -O0 as well as -O3
@nyue there are many available pure computation dataflow libraries - tbb::flow_graph (part of Intel TBB), https://github.com/cpp-taskflow/cpp-taskflow, https://github.com/RaftLib/RaftLib...
@matcham can I close this ?
i think i got it, will push soon
I think we can close this one :)