Open
Description
Version: 2025.01
As per CMakeLists.txt, cmake installs some header files
set(PUBLIC_HEADER_ISOBUSFS
isobusfs/isobusfs_cmn.h
isobusfs/isobusfs_cmn_cm.h
)
set_target_properties(isobusfs PROPERTIES
PUBLIC_HEADER "${PUBLIC_HEADER_ISOBUSFS}"
)
but these are useless in practice because they depend on other, uninstalled, files:
In file included from x.cpp:1:
/usr/include/isobusfs_cmn.h:13:10: fatal error: ../libj1939.h: No such file or directory
13 | #include "../libj1939.h"
| ^~~~~~~~~~~~~~~
Metadata
Metadata
Assignees
Labels
No labels