We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bbc371 commit 0ceb4e0Copy full SHA for 0ceb4e0
CMakeLists.txt
@@ -121,7 +121,7 @@ if(CMAKE_SYSTEM_NAME MATCHES "Windows" AND ${CMAKE_SYSTEM_VERSION} VERSION_LESS
121
message(SEND_ERROR "Windows ${CMAKE_SYSTEM_VERSION} or lower is not supported. Please use Windows 10 or later.")
122
endif()
123
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.")
+ message(WARNING "Pointer size ${CMAKE_SIZEOF_VOID_P} is not supported. Please use a 64-bit compiler.")
125
126
127
# Set some variables that are used in-tree and while building based on our options
0 commit comments