Description
There is a small nit for set_find_shared_library_without_version in CMakeLists.txt:
endmacro(set_find_shared_library_version LVERS)
should be
endmacro(set_find_shared_library_without_version)
Attachments
Attachments
Issue Links
- relates to
-
HADOOP-11216 Improve Openssl library finding
- Closed