Add explicit dependency to sharp
This commit is contained in:
parent
54d23331f3
commit
222a539399
2 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue