Bump minimum CMake version to 3.0

A nice, round number.
This commit is contained in:
2020-10-26 23:14:24 +01:00
parent ab5ca0cf8b
commit 7edd9720cd
3 changed files with 9 additions and 14 deletions

View File

@@ -4,8 +4,8 @@ add_project_arguments(['--vapidir', meson.current_source_dir()],
language: 'vala')
conf = configuration_data()
conf.set('CMAKE_PROJECT_NAME', meson.project_name())
conf.set('project_VERSION', meson.project_version())
conf.set('PROJECT_NAME', meson.project_name())
conf.set('PROJECT_VERSION', meson.project_version())
configure_file(
input : 'config.h.in',
output : 'config.h',