From b60edf758b1797a901dba9c151e5cb664c76b0a6 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Thu, 1 Sep 2016 20:22:12 +0100 Subject: Standardise dependent library location for CMake. Add a CMake module to find readline libraries for us. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index f5222f7d..6ffc5cc2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -97,7 +97,7 @@ install: - cd %APPVEYOR_BUILD_FOLDER% - cd infrastructure\cmake\build - - cmake -G "%Generator%" -A %PLATFORM% .. + - cmake -G "%Generator%" -A %PLATFORM% -DZLIB_ROOT=%APPVEYOR_BUILD_FOLDER%\..\zlib-%PLATFORM% -DOPENSSL_ROOT_DIR=%APPVEYOR_BUILD_FOLDER%\..\openssl-%PLATFORM% -DPCRE_ROOT=%APPVEYOR_BUILD_FOLDER%\..\pcre-%PLATFORM% .. - cd %APPVEYOR_BUILD_FOLDER% # Show files after build -- cgit v1.2.3