Skip to content

Commit 1a884ce

Browse files
committed
Fix CMake test builds for ProgramOptions and Units libraries.
[SVN r52843]
1 parent 3c6401b commit 1a884ce

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

module.cmake

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
boost_module(program_options DEPENDS any bind smart_ptr tokenizer)
2-
3-
# bind is needed because of a dependency on boost/mem_fn.hpp
1+
boost_module(program_options DEPENDS any bind smart_ptr test tokenizer)

0 commit comments

Comments
 (0)