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
1 changed files with 1 additions and 1 deletions

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()