Help Needed with Installing JUCE Globally Using CMake on Windows

Hi,

I’m having trouble installing JUCE globally using CMake on my Windows machine, and I’m encountering some persistent errors. I’ve attached the error messages I’m getting:

CMake Error: Could not find cmake module file: CMakeDetermine0.0.1Compiler.cmake
CMake Error: Could not find cmake module file: C:/Users/Akshi/Desktop/Quilio-Repos/Bloqs/BloqBuilder/cmake-build/CMakeFiles/3.29.3/CMake0.0.1Compiler.cmake
CMake Error at CMakeLists.txt:7 (project):
No CMAKE_0.0.1_COMPILER could be found.

CMake Error: Could not find cmake module file: CMake0.0.1Information.cmake
– Configuring incomplete, errors occurred!

Here are the steps I’ve taken so far to fix it:

  1. Installed C and C++ compilers on Windows.
  2. Cleared the cmake-build using the command rmdir /s /q cmake-build and then re-ran CMake with this command:
    cmake -B cmake-build -DCMAKE_PREFIX_PATH=C:/Users/Akshi/Desktop/juce-7.0.12-windows/JUCE/install

Despite these steps, the error persists. The error messages indicate that CMake cannot find certain module files and cannot find the CMAKE_0.0.1_COMPILER.

Does anyone have any ideas on how to resolve this issue? Any help or guidance would be greatly appreciated!

Thanks in advance!

2 Likes