mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-07 18:08:53 +00:00
Install cmake 3.2.1 on 14.04
The repo-provided CMake is at 2.x, which will build extra cpp-netlib tests.
This commit is contained in:
parent
b3540034f8
commit
337a20cc75
@ -67,12 +67,11 @@ function main_ubuntu() {
|
||||
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 150 \
|
||||
--slave /usr/bin/g++ g++ /usr/bin/g++-4.8
|
||||
install_boost
|
||||
install_cmake
|
||||
else
|
||||
package cmake
|
||||
package libboost1.55-all-dev
|
||||
fi
|
||||
|
||||
install_cmake
|
||||
install_gflags
|
||||
|
||||
if [[ $DISTRO = "precise" ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user