sit/packages/libs/fastflow/fastflow-1.1.0-0000.patch
Christoph Niethammer 068686efb3 Moved sit class files into sub directories for all the packages.
Moved packages into sub directories easing the use of additional
installation files (e.g. patches).

Calling sit now with the following syntax:

[OPTIONS] ./sit <category>/<package>/<package>-<version>
2024-03-28 02:43:56 +01:00

8 lines
405 B
Diff

156,158c156,158
< install( FILES ${FFHEADERS} DESTINATION /include/ff/ )
< install( FILES ${FFHEADERS_AT} DESTINATION /include/ff/atomic )
< install( FILES ${FFHEADERS_PLAT} DESTINATION /include/ff/platforms )
---
> install( FILES ${FFHEADERS} DESTINATION include/ff/ )
> install( FILES ${FFHEADERS_AT} DESTINATION include/ff/atomic )
> install( FILES ${FFHEADERS_PLAT} DESTINATION include/ff/platforms )