mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-11 07:34:32 +00:00
cmake: add SED to build_lexicon_filter
This commit is contained in:
parent
b7fc3ee22e
commit
7faa6e773f
2 changed files with 3 additions and 0 deletions
|
@ -112,3 +112,5 @@ SET(CMAKE_REQUIRED_LIBRARIES)
|
|||
IF(NOT TPARM_TAKES_VARARGS)
|
||||
SET(TPARM_SOLARIS_KLUDGE 1)
|
||||
ENDIF()
|
||||
|
||||
FIND_PROGRAM(SED sed)
|
||||
|
|
|
@ -30,6 +30,7 @@ ADD_CUSTOM_COMMAND(OUTPUT lexicon_filter
|
|||
COMMAND build_tools/build_lexicon_filter.sh
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/share/functions/
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/share/completions/
|
||||
${SED}
|
||||
< ${CMAKE_CURRENT_SOURCE_DIR}/lexicon_filter.in
|
||||
> ${CMAKE_CURRENT_BINARY_DIR}/lexicon_filter
|
||||
&& chmod a+x ${CMAKE_CURRENT_BINARY_DIR}/lexicon_filter
|
||||
|
|
Loading…
Reference in a new issue