[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

cmake GNUInstallDirs question



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.


Reply to: