Skip to content

Commit

Permalink
🔖 Bump version to v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
heavywatal committed Oct 29, 2024
1 parent ed8dd4e commit 9cb42a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.15)
project(pcglite
VERSION 0.1.0
VERSION 0.1.1
LANGUAGES CXX)

include(GNUInstallDirs)
Expand All @@ -27,12 +27,12 @@ install(EXPORT ${PROJECT_NAME}-config
NAMESPACE ${PROJECT_NAME}::
)

set(version_file ${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}-config-version.cmake)
set(version_file ${PROJECT_NAME}-config-version.cmake)
include(CMakePackageConfigHelpers)
write_basic_package_version_file(${version_file}
COMPATIBILITY AnyNewerVersion
)
install(FILES ${version_file}
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${version_file}
DESTINATION ${config_destination}
)

Expand Down

0 comments on commit 9cb42a2

Please sign in to comment.