From 2c98bafda8078088240e7f28c3626238a0050aaa Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Tue, 30 May 2017 15:03:40 +0100 Subject: [PATCH] CI: Fix program_options dependency spelling. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 8269bd78..36d3f145 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -47,7 +47,7 @@ install: - cd boost-root - git submodule update --init tools/build - git submodule update --init libs/config - - git submodule update --init libs/prohram_options + - git submodule update --init libs/program_options - xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\regex - git submodule update --init tools/boostdep - python tools/boostdep/depinst/depinst.py regex