Skip to content

Commit 227588f

Browse files
committed
Add missing LIBCLIPBOARD_VERSION variable to CMakeLists.txt
1 parent 5faa019 commit 227588f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ project(libclipboard)
66
# Defines and options
77
set(LIBCLIPBOARD_VERSION_MAJOR 1 CACHE STRING "libclipboard major version number")
88
set(LIBCLIPBOARD_VERSION_MINOR 0 CACHE STRING "libclipboard minor version number")
9+
set(LIBCLIPBOARD_VERSION "${LIBCLIPBOARD_VERSION_MAJOR}.${LIBCLIPBOARD_VERSION_MINOR}" CACHE STRING "libclipboard version number")
910

1011
option(LIBCLIPBOARD_FORCE_WIN32 "Force building the Win32 backend (default:off)" OFF)
1112
option(LIBCLIPBOARD_FORCE_X11 "Force building the X11 backend (default:off)" OFF)

0 commit comments

Comments
 (0)