diff options
| -rw-r--r-- | CMakeLists.txt | 2 | 
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)  | 
