Skip to content

Commit

Permalink
Test newest development version of libckeck (see civetweb#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
bel2125 committed Mar 24, 2016
1 parent d55d5c9 commit 2a90968
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ endif()
include(ExternalProject)
ExternalProject_Add(check-unit-test-framework
DEPENDS c-library
URL "https://downloads.sourceforge.net/project/check/check/${CIVETWEB_CHECK_VERSION}/check-${CIVETWEB_CHECK_VERSION}.tar.gz"
URL_MD5 ${CIVETWEB_CHECK_MD5_HASH}
#URL "https://downloads.sourceforge.net/project/check/check/${CIVETWEB_CHECK_VERSION}/check-${CIVETWEB_CHECK_VERSION}.tar.gz"
#URL_MD5 ${CIVETWEB_CHECK_MD5_HASH}
URL "https://github.com/libcheck/check/archive/master.zip"
PREFIX "${CIVETWEB_THIRD_PARTY_DIR}"
BUILD_IN_SOURCE 1
PATCH_COMMAND ${CMAKE_COMMAND}
Expand Down

0 comments on commit 2a90968

Please sign in to comment.