You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
MultiNEAT is supposed to be installed system wise to make this work. MultiNEATConfig.cmake is generated depending on your configuration.
This is the current situation, I understand that there is a better way to do this, without installing MultiNEAT and it would be preferrable, but I need more experience on cmake to understand how to do this properly.
We should supply the revolve CMakeLists.txt with
add_subdirectory(thirdparty/MultiNEAT)
But this does not build MultiNEAT successfully.
The MultiNEAT cmake file should create the MultiNEATTargets.cmake, but this is not the case.
The text was updated successfully, but these errors were encountered: