Skip to content

Commit

Permalink
Bump version, configured version file for downstream packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
LTLA committed Jun 3, 2024
1 parent 7ad5753 commit 7482f90
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.24)

project(byteme
VERSION 1.1.0
VERSION 1.2.0
DESCRIPTION "No-frills byte streaming from file"
LANGUAGES CXX)

Expand Down Expand Up @@ -53,5 +53,10 @@ configure_package_config_file(${CMAKE_CURRENT_SOURCE_DIR}/cmake/Config.cmake.in
"${CMAKE_CURRENT_BINARY_DIR}/ltla_bytemeConfig.cmake"
INSTALL_DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/ltla_byteme)

write_basic_package_version_file(
${CMAKE_CURRENT_BINARY_DIR}/ltla_bytemeConfigVersion.cmake
COMPATIBILITY SameMajorVersion)

install(FILES "${CMAKE_CURRENT_BINARY_DIR}/ltla_bytemeConfig.cmake"
"${CMAKE_CURRENT_BINARY_DIR}/ltla_bytemeConfigVersion.cmake"
DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/ltla_byteme)

0 comments on commit 7482f90

Please sign in to comment.