Skip to content

Commit

Permalink
Addedd boost.program_options for Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Pseudomanifold committed Sep 19, 2016
1 parent 0c26d39 commit ce144b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ compiler:
- gcc
before_script:
- sudo apt-get update -qq
- sudo apt-get install libboost-dev
- sudo apt-get install libboost-dev libboost-program-options-dev
script:
- mkdir build
- cd build
Expand Down
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ ADD_EXECUTABLE( psalm_cli ${PSALM_SRC} )
TARGET_LINK_LIBRARIES( psalm_cli SubdivisionAlgorithms FairingAlgorithms SegmentationAlgorithms ${Boost_LIBRARIES} )
SET_TARGET_PROPERTIES( psalm_cli PROPERTIES OUTPUT_NAME psalm )

MESSAGE( STATUS ${Boost_LIBRARIES} )

#
# Build `libpsalm` _without_ relying on any libraries; this makes inclusion of
# the library easier.
Expand Down

0 comments on commit ce144b4

Please sign in to comment.