Skip to content

Commit 9e07960

Browse files
committed
CMakeLists.txt: mention cherry-pick across repos in build error too
This was meant to be part of previous commit b38fef7 ("README.md: show how to git cherry-pick across sof.git and rimage.git") but I forgot it. Signed-off-by: Marc Herbert <[email protected]>
1 parent b38fef7 commit 9e07960

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ message(FATAL_ERROR
1010
"The rimage 'main' branch has been moved to:
1111
https://github.com/thesofproject/sof/tree/main/tools/rimage
1212
Please use another branch.
13+
Note you can `git cherry-pick -x` commits across the different \
14+
sof and rimage git repositories, see example in the README.md here.
1315
For more see https://github.com/thesofproject/sof/issues/8178")
1416
endif()
1517

0 commit comments

Comments
 (0)