We should supply the revolve CMakeLists.txt with
add_subdirectory(thirdparty/MultiNEAT)
But this does not build MultiNEAT successfully.
CMake Error at build/thirdparty/MultiNEAT/MultiNEATConfig.cmake:21 (include):
include could not find load file:
/home/daanz/revolve_workspace/revolve_battery/build/thirdparty/MultiNEAT/MultiNEATTargets.cmake
Call Stack (most recent call first):
cpprevolve/revolve/brains/CMakeLists.txt:21 (find_package)
The MultiNEAT cmake file should create the MultiNEATTargets.cmake, but this is not the case.