Skip to content

Commit

Permalink
disable unnecessary modules in build_apps job
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioRAgostinho committed Jun 23, 2017
1 parent 8977e14 commit f9172fa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,9 @@ function build_apps ()
cmake -DCMAKE_C_FLAGS="$CMAKE_C_FLAGS" -DCMAKE_CXX_FLAGS="$CMAKE_CXX_FLAGS" \
-DPCL_ONLY_CORE_POINT_TYPES=ON \
-DPCL_QT_VERSION=4 \
-DBUILD_simulation=ON \
-DBUILD_simulation=OFF \
-DBUILD_outofcore=OFF \
-DBUILD_people=OFF \
-DBUILD_global_tests=OFF \
-DBUILD_examples=OFF \
-DBUILD_tools=OFF \
Expand Down

0 comments on commit f9172fa

Please sign in to comment.