Please read tips for efficient and successful posting and posting code
ROOT Version: Not Provided
Platform: Not Provided
Compiler: Not Provided
Hi so I was trying to set up root on my mac and I keep getting this error when using cmake to configure.
– Configuring incomplete, errors occurred!
See also “/Users/conor/builddir/CMakeFiles/CMakeOutput.log”.
MacBook-Pro:builddir conor$ cmake …/root
CMake Error at CMakeLists.txt:12 (find_package):
By not providing “FindROOT.cmake” in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by “ROOT”, but
CMake did not find one.
Could not find a package configuration file provided by “ROOT” with any of
the following names:
ROOTConfig.cmake
root-config.cmake
Add the installation prefix of “ROOT” to CMAKE_PREFIX_PATH or set
“ROOT_DIR” to a directory containing one of the above files. If “ROOT”
provides a separate development package or SDK, be sure it has been
installed.
Not sure how to fix this.