From fc34f5bc08a4d378bf85ef38cd72baf3d8a00fc0 Mon Sep 17 00:00:00 2001 From: Samuel Debionne Date: Mon, 4 Jun 2018 09:58:25 +0200 Subject: [PATCH] include GNUInstallDirs --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 797e11eb..1f79ecc4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -444,6 +444,7 @@ if(WIN32) RUNTIME DESTINATION bin PUBLIC_HEADER DESTINATION include) else() + include(GNUInstallDirs) install(TARGETS limacore LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} PUBLIC_HEADER DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}) -- 2.22.0