Skip to content

Commit

Permalink
remove leftover from testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Rechi committed Nov 5, 2017
1 parent 4efda4c commit 50f1dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ ExternalProject_Add(libjpeg-turbo
DOWNLOAD_DIR ${CMAKE_SOURCE_DIR}/downloads
URL https://sourceforge.net/projects/libjpeg-turbo/files/1.5.2/libjpeg-turbo-1.5.2.tar.gz
URL_HASH SHA256=9098943b270388727ae61de82adec73cf9f0dbb240b3bc8b172595ebf405b528
PATCH_COMMAND copy CMakeLists.txt CMakeLists.orig.txt COMMAND ${PATCH} -p1 -i ${CMAKE_SOURCE_DIR}/patches/$(TargetName).diff
PATCH_COMMAND ${PATCH} -p1 -i ${CMAKE_SOURCE_DIR}/patches/$(TargetName).diff
CMAKE_ARGS
${ADDITIONAL_ARGS}
-DCMAKE_INSTALL_PREFIX:PATH=${INSTALL_PREFIX}
Expand Down

0 comments on commit 50f1dd9

Please sign in to comment.