Opened 13 years ago
Closed 13 years ago
#3399 closed Bugs (fixed)
incomplete boost::serialization linkage with cmake
Reported by: | Owned by: | Douglas Gregor | |
---|---|---|---|
Milestone: | Boost 1.41.0 | Component: | CMake |
Version: | Boost 1.40.0 | Severity: | Problem |
Keywords: | serialization cmake | Cc: |
Description
While the code from archive_exception.cpp and shared_ptr_helper.cpp is already referenced from the headers, they are not yet linked into the library when using cmake.
I verified it by finding that none of the boost::mpi hello world examples could be compiled.
Attachments (1)
Change History (2)
by , 13 years ago
Attachment: | boost-cmake.diff added |
---|
comment:1 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
fixed for sure in 1.41.0.cmake0, and those files don't exist in 1.40.0 afaics. Please reopen if I've missed something.
Note:
See TracTickets
for help on using tickets.
proposed fix