File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ git checkout v${CCACHE_VERSION}
182182# Build, install, and clean up.
183183mkdir build
184184cd build
185- cmake -D CMAKE_BUILD_TYPE=Release -D ENABLE_TESTING=OFF
185+ cmake -D CMAKE_BUILD_TYPE=Release -D ENABLE_TESTING=OFF ..
186186make
187187make install
188188cd ../..
@@ -297,7 +297,7 @@ git checkout v${CCACHE_VERSION}
297297# Build, install, and clean up.
298298mkdir build
299299cd build
300- cmake -D CMAKE_BUILD_TYPE=Release -D ENABLE_TESTING=OFF
300+ cmake -D CMAKE_BUILD_TYPE=Release -D ENABLE_TESTING=OFF ..
301301make
302302make install
303303cd ../..
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ git checkout v${CCACHE_VERSION}
155155# Build, install, and clean up.
156156mkdir build
157157cd build
158- cmake -D CMAKE_BUILD_TYPE=Release -D ENABLE_TESTING=OFF
158+ cmake -D CMAKE_BUILD_TYPE=Release -D ENABLE_TESTING=OFF ..
159159make
160160make install
161161cd ../..
@@ -265,7 +265,7 @@ git checkout v${CCACHE_VERSION}
265265# Build, install, and clean up.
266266mkdir build
267267cd build
268- cmake -D CMAKE_BUILD_TYPE=Release -D ENABLE_TESTING=OFF
268+ cmake -D CMAKE_BUILD_TYPE=Release -D ENABLE_TESTING=OFF ..
269269make
270270make install
271271cd ../..
You can’t perform that action at this time.
0 commit comments