Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
On 64-bit platforms, the libraries need to be installed into a directory named /usr/lib64. However, CMake by default uses /usr/lib. This patch lets the build environment specify the directory name, with the default behavior being what CMake already does it the directory isn't specified.