From ec6306b3dfef9379a6ff52c60727ef89ad26aad1 Mon Sep 17 00:00:00 2001 From: ptrkrysik Date: Sat, 13 Dec 2014 11:40:35 +0100 Subject: Added LIB_SUFFIX in CMakeLists.txt (by Matin Hauke) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2d1efc3..8e1a75d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -164,5 +164,5 @@ add_subdirectory(docs) # Install cmake search helper for this library ######################################################################## install(FILES cmake/Modules/gsmConfig.cmake - DESTINATION lib/cmake/grgsm + DESTINATION lib${LIB_SUFFIX}/cmake/grgsm ) -- cgit v1.2.3