mirror of https://github.com/axmolengine/axmol.git
Update windows 32bit deprecated notice
This commit is contained in:
parent
2161dd8eee
commit
e5073273b8
|
@ -63,4 +63,4 @@ message(STATUS "PROJECT_BINARY_DIR:" ${PROJECT_BINARY_DIR})
|
|||
message(STATUS "ENGINE_BINARY_PATH:" ${ENGINE_BINARY_PATH})
|
||||
message(STATUS "ARCH_ALIAS:" ${ARCH_ALIAS})
|
||||
|
||||
_1k_deprecated_32bit(axmol 2.2.0)
|
||||
_1k_deprecated_32bit(axmol 3.0.0)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
include(${_AX_ROOT}/1k/platforms.cmake)
|
||||
_1k_deprecated_32bit(axmol 2.2.0)
|
||||
_1k_deprecated_32bit(axmol 3.0.0)
|
||||
|
||||
if(NOT CMAKE_GENERATOR MATCHES "Ninja")
|
||||
set(BUILD_CONFIG_DIR "\$\(Configuration\)/")
|
||||
|
|
Loading…
Reference in New Issue