mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-19 00:46:03 +01:00
fix
This commit is contained in:
parent
a0e172419f
commit
9c9cdf4cf6
@ -8,15 +8,15 @@ rm -rf cmake-build
|
||||
mkdir cmake-build
|
||||
cd cmake-build
|
||||
|
||||
cmake ../. -DCMAKE_INSTALL_PREFIX=/opt/devel -DCMAKE_BUILD_TYPE=Debug -DENABLE_TESTS=ON -G "Sublime Text 2 - Unix Makefiles" $1 $2 $3 $4 $5
|
||||
make -j8
|
||||
sudo make install
|
||||
cmake ../. -DCMAKE_BUILD_TYPE=Debug $1 $2 $3 $4 $5
|
||||
make -j3
|
||||
make install
|
||||
|
||||
#rm -rf CMakeCache.txt
|
||||
rm -rf CMakeCache.txt
|
||||
|
||||
#cmake ../. -DCMAKE_INSTALL_PREFIX=/opt/devel -DCMAKE_BUILD_TYPE=Release -DENABLE_TESTS=ON $1 $2 $3 $4 $5
|
||||
#make -j8
|
||||
#sudo make install
|
||||
cmake ../. -DCMAKE_BUILD_TYPE=Release $1 $2 $3 $4 $5
|
||||
make -j3
|
||||
make install
|
||||
|
||||
|
||||
cd ..
|
||||
|
Loading…
x
Reference in New Issue
Block a user