From a2bd5ebaba789822ae73e9059171c46ed6b8f574 Mon Sep 17 00:00:00 2001 From: d3x0r Date: Thu, 6 Jul 2017 01:49:43 -0700 Subject: use GNUInstallDirs from cmake to specify install paths. Primarily this is to select whether 'lib64' or 'lib' is used on linux type systems. --- include/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt index 110caa5..ccb6589 100644 --- a/include/CMakeLists.txt +++ b/include/CMakeLists.txt @@ -1,5 +1,5 @@ install(DIRECTORY . - DESTINATION include + DESTINATION ${CMAKE_INSTALL_INCLUDEDIR} PATTERN "CMakeLists.txt" EXCLUDE PATTERN "compat" EXCLUDE PATTERN "Makefile*" EXCLUDE) -- cgit v1.2.3-55-g6feb