mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-23 00:15:58 +01:00
Remove Unity version number.
Removed Unity version number from Meson build scripts so there is one less thing to change when doing updates to this script.
This commit is contained in:
@@ -12,7 +12,6 @@
|
||||
|
||||
|
||||
project('unity', 'c',
|
||||
version : '2.4.3',
|
||||
license : 'MIT',
|
||||
meson_version : '>=0.50.0',
|
||||
default_options: [
|
||||
@@ -67,7 +66,4 @@ endif
|
||||
|
||||
subdir('src')
|
||||
|
||||
unity_dep = declare_dependency(
|
||||
version: meson.project_version(),
|
||||
link_with: unity_lib,
|
||||
include_directories: unity_dir)
|
||||
unity_dep = declare_dependency(link_with: unity_lib, include_directories: unity_dir)
|
||||
|
||||
Reference in New Issue
Block a user