We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89535ea commit 3dde11eCopy full SHA for 3dde11e
build/CompilerAndLinker.cmake
@@ -93,7 +93,7 @@ elseif(CMAKE_CXX_COMPILER_ID MATCHES "MSVC")
93
endif()
94
95
if(OpenMP_CXX_FOUND
96
- or (XBOX_CONSOLE_TARGET STREQUAL "durango"))
+ OR (XBOX_CONSOLE_TARGET STREQUAL "durango"))
97
# OpenMP in MSVC is not compatible with /permissive- unless you disable two-phase lookup
98
list(APPEND COMPILER_SWITCHES /Zc:twoPhase-)
99
0 commit comments