We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
-DCMAKE_INSTALL_LIBDIR=lib64 is ignored and mishandled in CMakeLists.txt.
87: set(CL_PREFIX "${CMAKE_INSTALL_PREFIX}")
and then in
284: if(NOT CL_PREFIX)
When cmake is called with CMAKE_INSTALL_LIBDIR set, it should also be preferred over
294: include(GNUInstallDirs) # defines CMAKE_INSTALL_LIBDIR to lib or lib64 or whatever. Available since cmake.
Self compiled: 17.10.0-15-g0ef94810a
17.10.0-15-g0ef94810a
Linux
The text was updated successfully, but these errors were encountered:
eranif
No branches or pull requests
What happened?
-DCMAKE_INSTALL_LIBDIR=lib64 is ignored and mishandled in CMakeLists.txt.
87: set(CL_PREFIX "${CMAKE_INSTALL_PREFIX}")
and then in
284: if(NOT CL_PREFIX)
When cmake is called with CMAKE_INSTALL_LIBDIR set, it should also be preferred over
294: include(GNUInstallDirs) # defines CMAKE_INSTALL_LIBDIR to lib or lib64 or whatever. Available since cmake.
Version
Self compiled:
17.10.0-15-g0ef94810a
Operating system
Linux
The text was updated successfully, but these errors were encountered: