mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-14 04:21:18 +02:00
12 lines
423 B
Plaintext
12 lines
423 B
Plaintext
--- ./lib/cpp/CMakeLists.txt.orig 2021-03-09 16:00:58.798481000 +0200
|
|
+++ ./lib/cpp/CMakeLists.txt 2021-03-09 16:03:15.790955000 +0200
|
|
@@ -11,7 +11,7 @@
|
|
)
|
|
target_link_libraries(mosquittopp libmosquitto)
|
|
set_target_properties(mosquittopp PROPERTIES
|
|
- VERSION ${VERSION}
|
|
+ VERSION 1
|
|
SOVERSION 1
|
|
)
|
|
install(TARGETS mosquittopp RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}" LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR}")
|