File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ jobs:
142
142
-DLIBIGL_WITH_CGAL=ON ^
143
143
-DLIBIGL_WITH_COMISO=OFF ^
144
144
-DCMAKE_JOB_POOLS=pool-linking=1;pool-compilation=2 ^
145
- -DCMAKE_JOB_POOL_COMPILE:STRING=pool-compilation' ^
145
+ -DCMAKE_JOB_POOL_COMPILE:STRING=pool-compilation ^
146
146
-DCMAKE_JOB_POOL_LINK:STRING=pool-linking ^
147
147
-B build ^
148
148
-S .
Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ jobs:
179
179
-DLIBIGL_WITH_CGAL=ON ^
180
180
-DLIBIGL_WITH_COMISO=OFF ^
181
181
-DCMAKE_JOB_POOLS=pool-linking=1;pool-compilation=2 ^
182
- -DCMAKE_JOB_POOL_COMPILE:STRING=pool-compilation' ^
182
+ -DCMAKE_JOB_POOL_COMPILE:STRING=pool-compilation ^
183
183
-DCMAKE_JOB_POOL_LINK:STRING=pool-linking ^
184
184
-B build ^
185
185
-S .
Original file line number Diff line number Diff line change 1
1
# Distributed under the OSI-approved MIT License. See accompanying
2
2
# file LICENSE or https://github.com/Crascit/DownloadProject for details.
3
3
4
- cmake_minimum_required (VERSION 2.8.2 )
4
+ cmake_minimum_required (VERSION 3.1 )
5
5
6
6
project (${DL_ARGS_PROJ} -download NONE )
7
7
You can’t perform that action at this time.
0 commit comments