-
Notifications
You must be signed in to change notification settings - Fork 334
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
Fix cmake build #56
base: master
Are you sure you want to change the base?
Fix cmake build #56
Conversation
any way we can help move this along @anantley ? |
@pinak does this PR fix these issues? The source directory
/home/adam/dev/Azure-Kinect-Samples/body-tracking-samples/extern/glfw/src
does not contain a CMakeLists.txt file.
CMake Error at body-tracking-samples/extern/glfw/CMakeLists.txt:18 (add_library):
add_library cannot create ALIAS target "glfw::glfw" because target "glfw"
does not already exist. |
@adammpolak That issue is caused by not having the submodule not initialized. This PR fixes issues that you will encounter after that ;) |
@pinak SUPER appreciate the response thank you! If I can be greedy and ask for some more info... how do I initialize the submodules? |
@adammpolak run |
No description provided.