summaryrefslogtreecommitdiffstats
path: root/pcilib
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2016-03-16 20:06:34 +0100
committerSuren A. Chilingaryan <csa@suren.me>2016-03-16 20:06:34 +0100
commit142a1a83472d4dde6e7fdc58a46c6800505f44ab (patch)
tree2e43f3a0435a7e2f69a3f7581b20261ec2f70783 /pcilib
parentc1effc7b4959771c3f0b9d6494637b877594582b (diff)
downloadpcitool-142a1a83472d4dde6e7fdc58a46c6800505f44ab.tar.gz
pcitool-142a1a83472d4dde6e7fdc58a46c6800505f44ab.tar.bz2
pcitool-142a1a83472d4dde6e7fdc58a46c6800505f44ab.tar.xz
pcitool-142a1a83472d4dde6e7fdc58a46c6800505f44ab.zip
Use GNUInstallDirs
Diffstat (limited to 'pcilib')
-rw-r--r--pcilib/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcilib/CMakeLists.txt b/pcilib/CMakeLists.txt
index 009357e..2af60b4 100644
--- a/pcilib/CMakeLists.txt
+++ b/pcilib/CMakeLists.txt
@@ -14,7 +14,7 @@ target_link_libraries(pcilib dma protocols views ${CMAKE_THREAD_LIBS_INIT} ${UFO
add_dependencies(pcilib dma protocols views)
install(TARGETS pcilib
- LIBRARY DESTINATION lib${LIB_SUFFIX}
+ LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
)
install(FILES pcilib.h