Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed the disgusting MERGE_STATIC_LIBRARIES and all uses of it. #70

Merged
merged 1 commit into from
Jan 25, 2014

Conversation

delcypher
Copy link
Member

Now when libstp is built the boost-library will not be merged in to
it. CMake clients of libstp

  • the stp executable
  • Any CMake project that imports our targets

will automatically know which Boost libraries to link in.

Clients of libstp (e.g. KLEE )who do not use CMake will now have to link
in the right Boost libraries manually to their application

I have a pull request which adds support this change in KLEE

Now when libstp is built the boost-library will not be merged in to
it. CMake clients of libstp

* the stp executable
* Any CMake project that imports our targets

will automatically know which Boost libraries to link in.

Clients of libstp (e.g. KLEE )who do not use CMake will now have to link
in the right Boost libraries manually to their application
@delcypher
Copy link
Member Author

Passed Travis build, so merging.

delcypher added a commit that referenced this pull request Jan 25, 2014
Removed the disgusting MERGE_STATIC_LIBRARIES and all uses of it.
@delcypher delcypher merged commit 527a741 into master Jan 25, 2014
@delcypher delcypher deleted the remove_merge_static_libs branch January 25, 2014 10:09
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.

None yet

1 participant