Skip to content

Commit cea4952

Browse files
committed
test=develop
1 parent 9bd9535 commit cea4952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/flags.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ if (APPLE)
157157
# On Mac OS X build fat binaries with x86_64 architectures by default.
158158
set (CMAKE_OSX_ARCHITECTURES "x86_64" CACHE STRING "Build architectures for OSX" FORCE)
159159
endif()
160-
# On Mac OS X register class specifier is deprecated and will cause warning error on latest clang 10.0.0
160+
# On Mac OS X register class specifier is deprecated and will cause warning error on latest clang 10.0
161161
set (COMMON_FLAGS -Wno-deprecated-register)
162162
endif(APPLE)
163163

0 commit comments

Comments
 (0)