1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-30 07:39:42 +02:00

Remove a couple more unneeded quotes

This commit is contained in:
Leland Lucius 2020-04-01 18:54:49 -05:00
parent 866edf8801
commit 11bfccba53

View File

@ -72,7 +72,7 @@ set( WITH_VR32 YES )
find_package( SIMD32 )
if( SIMD32_FOUND )
set( WITH_CR32S ON )
string( STRIP "${SIMD32_C_FLAGS}" SIMD32_C_FLAGS )
string( STRIP ${SIMD32_C_FLAGS} SIMD32_C_FLAGS )
list( APPEND OPTIONS ${SIMD32_C_FLAGS} )
endif()