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
I downloaded source and try cmake by "cmake -B build" command, but error appears.
Make Error at /usr/lib/x86_64-linux-gnu/cmake/gnuradio/GrPython.cmake:184 (add_custom_target):
add_custom_target cannot create target "ALL" because another target with
the same name already exists. The existing target is a custom target
created in source directory
"/home/labg580/ドキュメント/gr-iridium-1.0.0/apps". See
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
/usr/lib/x86_64-linux-gnu/cmake/gnuradio/GrPython.cmake:374 (GR_UNIQUE_TARGET)
python/CMakeLists.txt:32 (GR_PYTHON_INSTALL)
I downloaded source and try cmake by "cmake -B build" command, but error appears.
Make Error at /usr/lib/x86_64-linux-gnu/cmake/gnuradio/GrPython.cmake:184 (add_custom_target):
add_custom_target cannot create target "ALL" because another target with
the same name already exists. The existing target is a custom target
created in source directory
"/home/labg580/ドキュメント/gr-iridium-1.0.0/apps". See
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
/usr/lib/x86_64-linux-gnu/cmake/gnuradio/GrPython.cmake:374 (GR_UNIQUE_TARGET)
python/CMakeLists.txt:32 (GR_PYTHON_INSTALL)
OS: Ubuntu 22.04.3 LTS
Gnuradio: 3.10.1.1
Python: 3.10.12
The text was updated successfully, but these errors were encountered: