mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-03 12:31:15 +00:00
cmake: don't emit a warning about bitness anymore
This commit is contained in:
parent
da69f7faa9
commit
f45939187f
@ -60,12 +60,6 @@ if (ENABLE_CLANG_TIDY)
|
|||||||
set(CMAKE_CXX_CLANG_TIDY "${CLANG_TIDY_BIN}")
|
set(CMAKE_CXX_CLANG_TIDY "${CLANG_TIDY_BIN}")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
math(EXPR bits "8 * ${CMAKE_SIZEOF_VOID_P}")
|
|
||||||
message(STATUS "Building ${bits}-bit LEGO Island")
|
|
||||||
if (NOT bits EQUAL 32)
|
|
||||||
message(WARNING "Only 32-bit executables are supported")
|
|
||||||
endif()
|
|
||||||
|
|
||||||
set(MSVC_FOR_DECOMP FALSE)
|
set(MSVC_FOR_DECOMP FALSE)
|
||||||
if (MSVC)
|
if (MSVC)
|
||||||
# Visual C++ 4.2 -> cl version 10.2.0
|
# Visual C++ 4.2 -> cl version 10.2.0
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user