Skip to content
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.

Commit

Permalink
fixes error in depend notation in jinja2
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenplaza committed Jan 25, 2013
1 parent 1ff6fb8 commit a967501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jinja.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ external_source (jinja

message ("Installing ${jinja_NAME} into FlyEM build area: ${BUILDEM_DIR} ...")
ExternalProject_Add(${jinja_NAME}
DEPENDS ${python_NAME} ${setuptools}
DEPENDS ${python_NAME} ${setuptools_NAME}
PREFIX ${BUILDEM_DIR}
URL ${jinja_URL}
URL_MD5 ${jinja_MD5}
Expand Down

0 comments on commit a967501

Please sign in to comment.