Closed rossini-andrea closed 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
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