Skip to content

Commit

Permalink
quick fix for build
Browse files Browse the repository at this point in the history
  • Loading branch information
rigazilla committed Dec 21, 2017
1 parent 51a31cf commit 933af6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ else
cmake ${CMAKE_EXTRAS} .. &&
cmake --build . &&
ctest -V &&
cpack -G RPM
cpack -G RPM &&
cpack -C RelWithDebInfo --config CPackSourceConfig.cmake -G ZIP
fi

0 comments on commit 933af6b

Please sign in to comment.