Skip to content

Commit

Permalink
Update windows 32bit deprecated notice
Browse files Browse the repository at this point in the history
  • Loading branch information
halx99 committed Dec 5, 2024
1 parent 2161dd8 commit e507327
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/Modules/AXBuildSet.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion cmake/Modules/AXLinkHelpers.cmake
Original file line number Diff line number Diff line change
@@ -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\)/")
Expand Down

0 comments on commit e507327

Please sign in to comment.