summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2016-09-01 20:22:12 +0100
committerChris Wilson <chris+github@qwirx.com>2016-08-28 22:09:26 +0100
commitb60edf758b1797a901dba9c151e5cb664c76b0a6 (patch)
tree58b2467564e6fda1362b06262cef4c7a60a7adf0 /appveyor.yml
parent0ebfa6464b9987b5bd2a084872f7511625647391 (diff)
Standardise dependent library location for CMake.
Add a CMake module to find readline libraries for us.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
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