Here is a simple CMakeLists.txt file: include(GNUInstallDirs) message("lib: ${CMAKE_INSTALL_LIBDIR}")
It outputs "lib: lib". No arch triplet. Is this expected? This is cmake version 3.2.2 from unstable.
Here is a simple CMakeLists.txt file: include(GNUInstallDirs) message("lib: ${CMAKE_INSTALL_LIBDIR}")
It outputs "lib: lib". No arch triplet. Is this expected? This is cmake version 3.2.2 from unstable.