From c2fd613b2cef8c43120a1d040645365baa113043 Mon Sep 17 00:00:00 2001 From: ROUVREAU Vincent Date: Thu, 23 May 2019 09:35:13 +0200 Subject: Add vcpkg for cmake --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'azure-pipelines.yml') diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d9cbf880..051f3aaa 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -23,7 +23,7 @@ workspace: clean: all steps: -- script: 'vcpkg install cgal eigen3:x64-windows' +- script: 'vcpkg install eigen3:x64-windows cgal' displayName: vcpkg install dependencies - task: UsePythonVersion@0 @@ -38,7 +38,7 @@ steps: displayName: 'CMake' inputs: workingDirectory: 'build' - cmakeArgs: '.. -G "Visual Studio 15 2017 Win64"' + cmakeArgs: '.. -G "Visual Studio 15 2017 Win64" -DCMAKE_TOOLCHAIN_FILE="C:\vcpkg\scripts\buildsystems\vcpkg.cmake"' - task: MSBuild@1 displayName: 'Build solution GUDHIdev.sln' -- cgit v1.2.3