From 0a6c9be910fa89d63113db2666645cbfe67916cf Mon Sep 17 00:00:00 2001 From: ROUVREAU Vincent Date: Thu, 23 May 2019 10:45:05 +0200 Subject: Add CGAL_DIR for CMake to find CGAL --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azure-pipelines.yml') diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 051f3aaa..c5ef42d1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -38,7 +38,7 @@ steps: displayName: 'CMake' inputs: workingDirectory: 'build' - cmakeArgs: '.. -G "Visual Studio 15 2017 Win64" -DCMAKE_TOOLCHAIN_FILE="C:\vcpkg\scripts\buildsystems\vcpkg.cmake"' + cmakeArgs: '.. -G "Visual Studio 15 2017 Win64" -DCMAKE_TOOLCHAIN_FILE="C:\vcpkg\scripts\buildsystems\vcpkg.cmake" -DCGAL_DIR="C:/vcpkg/installed/x86-windows/share/"' - task: MSBuild@1 displayName: 'Build solution GUDHIdev.sln' -- cgit v1.2.3