diff options
author | José Bollo <jose.bollo@iot.bzh> | 2019-10-03 17:58:02 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2019-10-04 16:02:32 +0200 |
commit | 9cffedba0dfcf845c34901051d24a4b967ec824d (patch) | |
tree | fb648b8c7056cd7f46e0c14589f12c5a857df150 /pkgconfig/CMakeLists.txt | |
parent | b5bd40e1e68b739307e20e19d2164c5b370846df (diff) |
Move to CYNAGORA
Rename everything to match the new name of cynagora
Change-Id: I7e529def486ca5721164b338d2c615996fbc6ca4
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'pkgconfig/CMakeLists.txt')
-rw-r--r-- | pkgconfig/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgconfig/CMakeLists.txt b/pkgconfig/CMakeLists.txt index 14c05d5..4ca4ae9 100644 --- a/pkgconfig/CMakeLists.txt +++ b/pkgconfig/CMakeLists.txt @@ -16,7 +16,7 @@ # limitations under the License. ########################################################################### -configure_file(cynara.pc.in cynara.pc @ONLY) +configure_file(cynagora.pc.in cynagora.pc @ONLY) -install(FILES ${CMAKE_CURRENT_BINARY_DIR}/cynara.pc +install(FILES ${CMAKE_CURRENT_BINARY_DIR}/cynagora.pc DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig) |