Skip to content

Commit

Permalink
Fix crow loc (#1297)
Browse files Browse the repository at this point in the history
* do not accept alternate crow dir definition

* getting explicit with crow path
  • Loading branch information
PaulTalbot-INL authored Aug 4, 2020
1 parent 48fbad2 commit 0920d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_raven
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ echo Making ...

PYTHON_COMMAND=${PYTHON_COMMAND:=python}

CROW_DIR=${CROW_DIR=$RAVEN_BUILD_DIR/crow}
CROW_DIR=$RAVEN_BUILD_DIR/crow

unset CXX CC

Expand Down

0 comments on commit 0920d18

Please sign in to comment.