Skip to content

Commit 71580f1

Browse files
Fix the version to fix consumers builds linking and unresolved
dependencies. This allows us in debian to create library symbols fixing depender builds. thanks TheAssassin
1 parent 2c1e385 commit 71580f1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.0)
22
project(XdgUtils)
3-
set(PROJECT_VERSION 0.1.1)
3+
set(PROJECT_VERSION 1.0.1)
44
set(PROJECT_DESCRIPTION "Freedesktop standards C++ implementation")
55
set(PROJECT_HOMEPAGE_URL https://github.com/azubieta/xdg-utils-cxx)
66

cmake/module_utils.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ function(add_xdgutils_module name srcs)
2323
PREFIX "lib${PROJECT_NAME}"
2424
PUBLIC INTERFACE_LINK_DIRECTORIES $<BUILD_INTERFACE:${CMAKE_CURRENT_BINARY_DIR}>
2525
PUBLIC INTERFACE_LINK_DIRECTORIES $<INSTALL_INTERFACE:${PROJECT_INSTALL_LIBDIR}>
26+
VERSION ${PROJECT_VERSION}
2627
)
2728
endfunction()
2829

0 commit comments

Comments
 (0)