From aed61a4573cf7bf6dba53619cc1e2ffb05942c36 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Wed, 20 Nov 2019 15:45:26 -0600 Subject: [PATCH] Add comment regarding GNUInstallDirs --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8c02068a3..2ccc457f7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -152,6 +152,7 @@ target_compile_definitions(gsl INTERFACE GSL_THROW_ON_CONTRACT_VIOLATION) # RPATH information #=============================================================================== +# Provide install directory variables as defined by GNU coding standards include(GNUInstallDirs) # This block of code ensures that dynamic libraries can be found via the RPATH