8000 Fix quotes, thanks to Simran for digging this out. · lethalbrains/arangodb@7b7a852 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7b7a852

Browse files
committed
Fix quotes, thanks to Simran for digging this out.
1 parent 7c18cbd commit 7b7a852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

3rdParty/V8/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ endif()
3333

3434
# detect 32bit or 64bit
3535

36-
if (${CMAKE_TARGET_ARCHITECTURES} STREQUAL "armv7")
36+
if ("${CMAKE_TARGET_ARCHITECTURES}" STREQUAL "armv7")
3737
set(V8_PROC_ARCH "arm")
3838
list(APPEND V8_GYP_ARGS -Darm_version=7 -Darm_fpu=default -Darm_float_abi=default)
3939
else ()

0 commit comments

Comments
 (0)
0