This website works better with JavaScript.
Home
Explore
Help
Sign In
visus
/
scope-guard
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Debug code removed.
main
offa
7 years ago
parent
cac1064fd6
commit
7e60ff3d60
1 changed files
with
0 additions
and
2 deletions
Split View
Show Diff Stats
+0
-2
script/ci_install.sh
+ 0
- 2
script/ci_install.sh
View File
@@ -16,8 +16,6 @@ then
curl -sSL https://cmake.org/files/v3.8/cmake-3.8.2-Linux-x86_64.sh -o ${CMAKE_INSTALLER}
chmod +x ${CMAKE_INSTALLER}
else
echo "CMake installer available"
fi
sudo ./${CMAKE_INSTALLER} --prefix=/usr/local --skip-license
Write
Preview
Loading…
Cancel
Save