From 2bf032d7b37f8e5a68589a8dc4460acdf0b742c3 Mon Sep 17 00:00:00 2001 From: Ward Fisher Date: Tue, 17 Jun 2014 14:25:49 -0600 Subject: [PATCH] Fixed installation location for libnetcdf.settings file. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 887d35a29..ce564c105 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1408,7 +1408,7 @@ MESSAGE(${LIBNETCDF_SETTINGS}) # Install libnetcdf.settings file into same location # as the libraries. INSTALL(FILES "${netCDF_BINARY_DIR}/libnetcdf.settings" - DESTINATION "${CMAKE_INSTALL_BINDIR}" + DESTINATION "${CMAKE_INSTALL_LIBDIR}" COMPONENT libraries) #####