Notes |
|
(0028224)
|
Rolf Eike Beer
|
2012-01-10 08:13
|
|
I have some further ideas for this module. I'll contact you later with something to test. |
|
|
(0028248)
|
Rolf Eike Beer
|
2012-01-10 17:39
|
|
Pushed as topic improve-findbzip2 to stage. Patrick has successfully tested this. Can someone please comment on this? |
|
|
(0028249)
|
Rolf Eike Beer
|
2012-01-10 17:43
|
|
I accidentially already merged it to next. Well, let's see what breaks ;) |
|
|
(0028256)
|
Rolf Eike Beer
|
2012-01-11 03:53
|
|
|
|
(0028258)
|
Rolf Eike Beer
|
2012-01-11 04:04
|
|
This change broke those build machines that do not have a (usable) system bzip2, i.e. that use cmbzip2. The question is how to proceed: put the whole optimized/debug code into IF(MSVC) like e.g. FindOpenSSL does, add some extra code that handles injection of those values (how?), revert this or do something completely different? |
|
|
(0028268)
|
David Cole
|
2012-01-11 12:08
|
|
How about "don't do any find operations" if BZIP2_LIBRARIES is already set....? |
|
|
(0028269)
|
Rolf Eike Beer
|
2012-01-11 12:18
|
|
Yes, something like that. But I would have to manually put the value in the cache then so it does not get lost? Something like this?
IF (BZIP2_LIBRARIES)
SET(BZIP2_LIBRARIES "${BZIP2_LIBRARIES}" CACHE FILEPATH "Location of BZip2 libraries")
ELSE (BZIP2_LIBRARIES)
... the other code
ENDIF () |
|
|
(0028274)
|
Rolf Eike Beer
|
2012-01-12 02:50
|
|
|
|
(0029952)
|
David Cole
|
2012-07-09 06:52
|
|
Closing resolved issues that have not been updated in more than 4 months. |
|