summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-05-23 10:45:05 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-05-23 10:45:05 +0200
commit0a6c9be910fa89d63113db2666645cbfe67916cf (patch)
tree1b020bba4cb5948f0adf7f6d8d9f550de1e108be /azure-pipelines.yml
parentc2fd613b2cef8c43120a1d040645365baa113043 (diff)
Add CGAL_DIR for CMake to find CGAL
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
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'