-
Notifications
You must be signed in to change notification settings - Fork 40
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 cannot find contents of JUCE/modules #756
Comments
Thanks for using FRUT and opening this issue! Did you copy-paste the error message? If yes, it seems that there is an extraneous opening parenthesis character. Instead of If that's not the actual issue, could you please copy-paste the complete output of CMake, including the stack trace. Thanks! |
I fixed the syntax error with the extraneous opening parenthesis, but I am still getting the following error. Here is the entire output message from the CMake gui: Selecting Windows SDK version 10.0.19041.0 to target Windows 10.0.22621. Configuring incomplete, errors occurred! |
The issue is resolved now. I had to use CMake through command line instead of the CMake gui. |
CMake Error at cmake/tools/CMakeLists.txt:39 (message):
Could not find juce_core, juce_data_structures, juce_events, juce_graphics
and juce_gui_basics when searching in the following directories:
$({JUCE_ROOT}/modules
I'm pretty stumped on this one, especially because I know all of the juce_modules are in my JUCE/modules folder. I don't know CMake very well, so it might be a simple error. I'm thinking the error occurred somewhere in the foreach loop in the above CMakeLists.txt, but I can't find much documentation on the syntax. Any thoughts?
The text was updated successfully, but these errors were encountered: