Skip to content

Commit

Permalink
include boost::program_options as transitive dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
craffael committed Oct 1, 2019
1 parent 20bf187 commit 41fe456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Config.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# include("${CMAKE_CURRENT_LIST_DIR}/${target}.cmake")
#endforeach()

find_package(Boost CONFIG REQUIRED)
find_package(Boost CONFIG REQUIRED program_options)
find_package(Eigen3 CONFIG REQUIRED)
find_package(GTest CONFIG REQUIRED)

Expand Down

0 comments on commit 41fe456

Please sign in to comment.