Added LIB_SUFFIX in CMakeLists.txt (by Matin Hauke)

This commit is contained in:
ptrkrysik 2014-12-13 11:40:35 +01:00
parent 5ad7d630a5
commit ec6306b3df
1 changed files with 1 additions and 1 deletions

View File

@ -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
)