Skip to content

Commit

Permalink
Also added program_options
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryce Kalmbach authored and Bryce Kalmbach committed Jan 9, 2014
1 parent c268a19 commit eea8d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ find_package(GSL REQUIRED)
include_directories(${GSL_INCLUDE_DIR})

### Boost
find_package(Boost REQUIRED COMPONENTS regex iostreams thread system)
find_package(Boost REQUIRED COMPONENTS regex iostreams thread program_options system)
include_directories(${Boost_INCLUDE_DIRS})

### CFITSIO
Expand Down

0 comments on commit eea8d94

Please sign in to comment.