Skip to content

Commit

Permalink
Revert "Test newest development version of libckeck (see civetweb#94)"
Browse files Browse the repository at this point in the history
This reverts commit 2a90968.
  • Loading branch information
jd-boyd committed Mar 24, 2016
1 parent 9cc31c4 commit 665ecd5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ 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://github.com/libcheck/check/archive/master.zip"
URL "https://downloads.sourceforge.net/project/check/check/${CIVETWEB_CHECK_VERSION}/check-${CIVETWEB_CHECK_VERSION}.tar.gz"
URL_MD5 ${CIVETWEB_CHECK_MD5_HASH}
PREFIX "${CIVETWEB_THIRD_PARTY_DIR}"
BUILD_IN_SOURCE 1
PATCH_COMMAND ${CMAKE_COMMAND}
Expand Down

0 comments on commit 665ecd5

Please sign in to comment.