Skip to content

Commit 3dde11e

Browse files
committedAug 16, 2024
Minor code review
1 parent 89535ea commit 3dde11e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build/CompilerAndLinker.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ elseif(CMAKE_CXX_COMPILER_ID MATCHES "MSVC")
9393
endif()
9494

9595
if(OpenMP_CXX_FOUND
96-
or (XBOX_CONSOLE_TARGET STREQUAL "durango"))
96+
OR (XBOX_CONSOLE_TARGET STREQUAL "durango"))
9797
# OpenMP in MSVC is not compatible with /permissive- unless you disable two-phase lookup
9898
list(APPEND COMPILER_SWITCHES /Zc:twoPhase-)
9999
endif()

0 commit comments

Comments
 (0)