mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-30 15:49:41 +02:00
Remove a couple more unneeded quotes
This commit is contained in:
parent
866edf8801
commit
11bfccba53
@ -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()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user