Skip to content

Commit 0ceb4e0

Browse files
committed
Relax check to warning
1 parent 7bbc371 commit 0ceb4e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ if(CMAKE_SYSTEM_NAME MATCHES "Windows" AND ${CMAKE_SYSTEM_VERSION} VERSION_LESS
121121
message(SEND_ERROR "Windows ${CMAKE_SYSTEM_VERSION} or lower is not supported. Please use Windows 10 or later.")
122122
endif()
123123
if(CMAKE_SIZEOF_VOID_P LESS 8)
124-
message(SEND_ERROR "Pointer size ${CMAKE_SIZEOF_VOID_P} is not supported. Please use a 64-bit compiler.")
124+
message(WARNING "Pointer size ${CMAKE_SIZEOF_VOID_P} is not supported. Please use a 64-bit compiler.")
125125
endif()
126126

127127
# Set some variables that are used in-tree and while building based on our options

0 commit comments

Comments
 (0)