can’t build the project and the tests via cmake after updating to current version #1658
-
this is what happens after entering the command "cmake -S. -B build -G "Visual Studio 17 2022" -A Win32" in cmd |
Beta Was this translation helpful? Give feedback.
Answered by
rh101
Feb 7, 2024
Replies: 1 comment 4 replies
-
seems your git not in PATH or not installed? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you searched for
ax_copy_target_dll
in both your project and the engine code (specifically*.txt
and*.cmake
files), you would realize that it in fact no longer exists in the engine, but you would also see where it is being used in your own source code, which is most likely in theCMakeLists.txt
of your project. Given that it's not something you added yourself, that should have been an indication that something has changed in the project template.So, to save yourself time, the first thing you should always do when updating to a new version of Axmol is check if the template project has changed, and merge in any changes into your own project.
You can also generate a new project with the…