I am using this tool on Humble, Ubuntu 22.04.
After updating to 1.0.5-1jammy.20240728.203139, the latest version, I get this error message at build time and can no longer use it.
CMake Error at CMakeLists.txt:19 (add_backward):
Unknown CMake command "add_backward".
If I remove add_backward(), the build passes, but I no longer get the error message when I run the node and it causes an error.
This is a great tool and I would love to see it fixed.
I am using this tool on Humble, Ubuntu 22.04. After updating to
1.0.5-1jammy.20240728.203139
, the latest version, I get this error message at build time and can no longer use it.If I remove
add_backward()
, the build passes, but I no longer get the error message when I run the node and it causes an error. This is a great tool and I would love to see it fixed.