build-style/cmake: add missing "{}"
This commit is contained in:
parent
154bc860a3
commit
2a1482daeb
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ _EOF
|
|||
|
||||
# Replace -isystem with -I
|
||||
if [ "$CMAKE_GENERATOR" = "Unix Makefiles" ]; then
|
||||
find . -name flags.make -exec sed -i -e 's/-isystem/-I/g' +
|
||||
find . -name flags.make -exec sed -i -e 's/-isystem/-I/g' "{}" +
|
||||
elif [ "$CMAKE_GENERATOR" = Ninja ]; then
|
||||
sed -i -e 's/-isystem/-I/g' build.ninja
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue