소스 검색

Edit CMakeFile to flush AppVeyor build cache and force reloading check

bel2125 7 년 전
부모
커밋
a4a9ab20a6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      test/CMakeLists.txt

+ 1 - 1
test/CMakeLists.txt

@@ -27,7 +27,7 @@ ExternalProject_Add(check-unit-test-framework
 ## Use a civetweb specific patched version
 URL "https://github.com/civetweb/check/archive/master.zip"
 DOWNLOAD_NAME "master.zip"
-## <Edit this file to flush AppVeyor build cache and force reloading check>
+# <Edit this file to flush AppVeyor build cache and force reloading check>
 
   PREFIX "${CIVETWEB_THIRD_PARTY_DIR}"
   BUILD_IN_SOURCE 1