fix openssl library install directory
Compare changes
Files
27
CMake/GetVersionFromGitTag.cmake
0 → 100644
+ 106
− 0
In some builds, the Superbuild ssl libray is installed in prefix/lib64 instead of
prefix/lib`, causing a compilation error when building CURL in the Superbuild
closes #2058 (closed)
Note that the libdir openssl configuration is the libray path relative to the prefix, not the absolute path.
The copyright owner is CNES and has signed the ORFEO ToolBox Contributor License Agreement.
Check before merging:
git diff develop... -U0 --no-color | clang-format-diff.py -p1 -i
on latest changes and commit