The following issue has been SUBMITTED. ====================================================================== http://www.cmake.org/Bug/view.php?id=15373 ====================================================================== Reported By: Dimitri Merejkowsky Assigned To: ====================================================================== Project: CMake Issue ID: 15373 Category: Modules Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2015-01-27 09:02 EST Last Modified: 2015-01-27 09:02 EST ====================================================================== Summary: GNUInstallDirs is not correct for ArchLinux Description: When setting CMAKE_INSTALL_PREFIX to /usr, CMAKE_INSTALL_FULL_LIBDIR is set to /usr/lib64, which is not correct since the /usr merge :
https://www.archlinux.org/news/update-filesystem-201301-1-and-glibc-217-2-together/ Steps to Reproduce: # CMakeLists.txt: cmake_minimum_required(VERSION 3.1) project(foo) include(GNUInstallDirs) message(STATUS "CMAKE_INSTALL_FULL_LIBDIR: ${CMAKE_INSTALL_FULL_LIBDIR}") $ cmake -DCMAKE_INSTALL_PREFIX=/usr Output is /usr/lib64, should be /usr/lib ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2015-01-27 09:02 Dimitri MerejkowskyNew Issue ====================================================================== -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/cmake-developers
