-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CMake problems on Windows 10 #185
Comments
Hi! Can you try updating your submodules? The max-api repo has been updated to handle this error: Cycling74/max-api@d84bd8a |
I cloned max-api from github and manually copied it into the version of min-devkit that I got using the Max package manager. I can verify that this works as expected, and I'm able to create and build a test object. Thanks! PS: I think the version of min-api that min-devkit includes is still including an older version of max-api as a submodule. |
Thanks for the catch! The min-api version looks correct to me on GitHub here, but the Package Manager version hasn't been updated since this fix to the max-api. I believe the Package Manager bundles the min-api and max-api instead of using submodules, so the changes didn't propagate. It should be all fixed in the next Package Manager release. |
That version of min-api looks correct. But, I think min-devkit is still linking to this version. In other words, min-api is up-to-date but min-devkit is still using an older version. I could be wrong; subtrees confuse me sometimes. |
I'm trying to build a package I made from Max. I did this:
cmake -G "Visual Studio 16 2019" . .
from the home directory of smoofThis line:
include(${CMAKE_CURRENT_SOURCE_DIR}/source/min-api/script/min-package.cmake)
Gives me this error:
I don't know cmakepp at all. There's not much recent action in the repository.
The text was updated successfully, but these errors were encountered: