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
-- Found PythonInterp: /usr/bin/python3 (found suitable version "3.12.3", minimum required is "3.6")
-- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython3.12.so
-- Performing Test HAS_FLTO
-- Performing Test HAS_FLTO - Success
-- Found pybind11: /usr/include (found version "2.11.1")
-- Using install prefix: /usr/local
-- Building for version: v1.0.0-51-geed634ca / 1.0.0git
-- No C++ unit tests... skipping
<string>:3: SyntaxWarning: invalid escape sequence '\W'
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
-- PYTHON and GRC components are enabled
-- CMAKE_INSTALL_PREFIX: /usr/local
-- GR_PYTHON_DIR: lib/python3.12/dist-packages
-- GR_PYTHON_DIR: lib/python3.12/dist-packages
-- Python checking for pygccxml - found
<string>:3: SyntaxWarning: invalid escape sequence '\W'
when following the CMAKE build instructions. Everything seems to work, and this may be a bug elsewhere, but I thought I'd note it here in case others are seeing it and are wondering what it is.
when following the CMAKE build instructions. Everything seems to work, and this may be a bug elsewhere, but I thought I'd note it here in case others are seeing it and are wondering what it is.
Here's the branch and commit I'm building from
The command I'm using is
$ cmake -B build
after I've cloned the repo
The text was updated successfully, but these errors were encountered: