aboutsummaryrefslogtreecommitdiff
path: root/cmake/guidelineSupportLibrary.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/guidelineSupportLibrary.cmake')
-rw-r--r--cmake/guidelineSupportLibrary.cmake3
1 files changed, 0 insertions, 3 deletions
diff --git a/cmake/guidelineSupportLibrary.cmake b/cmake/guidelineSupportLibrary.cmake
index 341ba66..3fe4558 100644
--- a/cmake/guidelineSupportLibrary.cmake
+++ b/cmake/guidelineSupportLibrary.cmake
@@ -16,9 +16,6 @@ endif()
# Necessary for 'write_basic_package_version_file'
include(CMakePackageConfigHelpers)
-# Use GNUInstallDirs to provide the right locations on all platforms
-include(GNUInstallDirs)
-
function(gsl_set_default_cxx_standard min_cxx_standard)
set(GSL_CXX_STANDARD "${min_cxx_standard}" CACHE STRING "Use c++ standard")