Skip to content
This repository was archived by the owner on Feb 23, 2026. It is now read-only.

Commit e09f4e8

Browse files
authored
CMake updates (#61)
1 parent 6988bb9 commit e09f4e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/CompilerAndLinker.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ elseif(CMAKE_CXX_COMPILER_ID MATCHES "MSVC")
146146
endif()
147147

148148
if(WINDOWS_STORE AND (CMAKE_CXX_COMPILER_VERSION VERSION_GREATER_EQUAL 19.32))
149-
list(APPEND COMPILER_SWITCHES "/wd5246")
149+
list(APPEND COMPILER_SWITCHES /wd5246)
150150
endif()
151151

152152
if(CMAKE_CXX_COMPILER_VERSION VERSION_GREATER_EQUAL 19.35)

0 commit comments

Comments
 (0)