Add explicit dependency to sharp

This commit is contained in:
Guilhem Lavaux 2013-03-07 17:24:09 -05:00
parent 54d23331f3
commit 222a539399
2 changed files with 2 additions and 1 deletions

View file

@ -36,7 +36,7 @@ ExternalProject_Add(sharp
SOURCE_DIR ${SHARP_SOURCE}
BUILD_IN_SOURCE 1
CONFIGURE_COMMAND ${SHARP_SOURCE}/configure --prefix=${DEP_BUILD}
BUILD_COMMAND make
BUILD_COMMAND ${CMAKE_MAKE_PROGRAM}
INSTALL_COMMAND echo "No install"
)