Skip to content

Commit

Permalink
set a value for SED_INSTALL_DIR for cmake to call sed to set string v…
Browse files Browse the repository at this point in the history
…alue of _AOMP_INSTALL_DIR_
  • Loading branch information
gregrodgers committed Sep 7, 2019
1 parent a1e94e7 commit 6d203e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/build_extras.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@ if [ "$1" != "nocmake" ] && [ "$1" != "install" ] ; then

mkdir -p $BUILD_DIR/build/extras
cd $BUILD_DIR/build/extras

SED_INSTALL_DIR=`echo $INSTALL_EXTRAS | sed -e 's/\//\\\\\//g' `
export SED_INSTALL_DIR
echo
echo " -----Running cmake ---- "
echo cmake $MYCMAKEOPTS $EXTRAS_REPO_DIR
Expand Down

0 comments on commit 6d203e1

Please sign in to comment.