This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cmake_minimum_required(VERSION 3.15) | |
message(VERBOSE "package module begin: Max") | |
if (NOT CMAKE_SIZEOF_VOID_P EQUAL 8) | |
message(FATAL_ERROR "Please switch to x64 build.") | |
endif () | |
# Set Default Max SDK Version | |
set(MAX_VERSION 2024 CACHE INTERNAL "3ds Max SDK Build Version") |