mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 05:50:46 +02:00
Strip whitespace when reading VERSION (CMake file(READ) keeps the newline)
This commit is contained in:
parent
41322f65cd
commit
fd15bbf0c2
2 changed files with 2 additions and 1 deletions
|
|
@ -4,6 +4,7 @@ cmake_minimum_required (VERSION 3.16.0 FATAL_ERROR)
|
|||
# Set for each plugin
|
||||
#
|
||||
file (READ "${CMAKE_CURRENT_LIST_DIR}/VERSION" PLUGIN_VERSION)
|
||||
string (STRIP "${PLUGIN_VERSION}" PLUGIN_VERSION)
|
||||
set (PLUGIN_NAME Wavetable)
|
||||
set (BUNDLE_ID com.socalabs.wavetable)
|
||||
set (AU_ID WavetableAU)
|
||||
|
|
|
|||
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
|||
1.0.28
|
||||
1.0.28
|
||||
Loading…
Add table
Add a link
Reference in a new issue