summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2015-08-19 15:15:22 +0200
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2015-08-19 15:15:22 +0200
commitc2c2be0392467cf671765179e645d93af4f741fc (patch)
tree34f2424a37c2be94122aff3362b97753ef82ac33
parente0efa9bad52b990071fc3f4d713d8143935ad4bf (diff)
downloadufodecode-c2c2be0392467cf671765179e645d93af4f741fc.tar.gz
ufodecode-c2c2be0392467cf671765179e645d93af4f741fc.tar.bz2
ufodecode-c2c2be0392467cf671765179e645d93af4f741fc.tar.xz
ufodecode-c2c2be0392467cf671765179e645d93af4f741fc.zip
Fix pkgconfig install dir
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9c629fe..e274ba8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -16,7 +16,7 @@ configure_file("${CMAKE_CURRENT_SOURCE_DIR}/ufodecode.pc.in"
install(FILES
${CMAKE_CURRENT_BINARY_DIR}/ufodecode.pc
- DESTINATION ${LIBUFODECODE_PKGCONFIGDIR}/pkgconfig)
+ DESTINATION ${LIBUFODECODE_PKGCONFIGDIR})
add_subdirectory(src)
add_subdirectory(doc)