Notes |
|
(0024726)
|
Andreas Schneider.
|
2011-01-16 06:01
|
|
|
|
(0025931)
|
Mathieu Malaterre
|
2011-03-28 12:01
|
|
Your changes are too big for a quick import.
Quick questions, are you sure about:
1.
if (OPENSSL_LIBRARIES AND OPENSSL_INCLUDE_DIRS)
# in cache already
set(OPENSSL_FOUND TRUE)
else (OPENSSL_LIBRARIES AND OPENSSL_INCLUDE_DIRS)
2.
find_path(OPENSSL_INCLUDE_DIR
...
/usr/local/include
...
)
3.
find_path(OPENSSL_INCLUDE_DIR
...
${_OPENSSL_INCLUDEDIR}
)
Comments:
(1) I do not see why CMake could not handle that for us
(2) I think that /local dir are very special and should not be handled in module
(3) I think the behavior is to have OPENSSL_ROOT_DIR be an ENV var which define the openssl to use. I do not like pkg-config trying to override my settings.
Thanks for comments |
|
|
(0025932)
|
Andreas Schneider.
|
2011-03-28 12:06
|
|
We discussed more changes and improvements I will cover soon. These things are included ... |
|
|
(0025937)
|
Andreas Schneider.
|
2011-03-28 12:50
|
|
|
|
(0025963)
|
Mathieu Malaterre
|
2011-03-30 04:01
|
|
This has been merged in git. Closing issue then. |
|