Stazed / rakarrack-plus

Rakarrack plus LV2s
GNU General Public License v2.0
36 stars 8 forks source link

CMakeLists.txt typo at line 185 #33

Closed rossini-andrea closed 3 years ago

rossini-andrea commented 3 years ago

The line:

set (CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} $[BuildOptions_Altivec}")

has a typo after the dollar sign, it should be ${. This breaks the build if the user is too lazy to fix it locally.

Thank you