Skip to content

Conversation

@cchampet
Copy link
Member

Fix #475

Clement Champetier added 9 commits October 14, 2015 13:42
* include_directories: add include directories to the build.
* target_include_directories: add include directories to a target.
* boost regex is only used in sequenceParser (which is an other project
according to CMake).
* boost thread is not used.
* Only used for one function:  boost::program_options::split_unix.
* Can be replaced by our own code.
@cchampet cchampet added this to the 0.13.0 milestone Oct 14, 2015
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

May be you could use functions of the std library to split the string ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes std::string::find_first_of seems to be a good solution.
Done here 8965ae9

cchampet added a commit that referenced this pull request Oct 23, 2015
CMake: tuttle common/host depend on different boost libraries
@cchampet cchampet merged commit 3b5d0b1 into tuttleofx:develop Oct 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants