Hello everyone. Hope you are doing well.
I have some error showing up while trying running the exampleB2a.
[g4@localhost build]$ cmake -DCMAKE_PREFIX_PATH=/home/geant4-v11.2.1/install/lib64/cmake/Geant4
CMake Warning:
No source or binary directory provided. Both will be assumed to be the
same as the current working directory, but note that this warning will
become a fatal error in future CMake releases.
CMake Error: The source directory “/home/g4/geant4-v11.2.1/examples/basic/B2/B2a/build” does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
[g4@localhost build]$ cmake -DCMAKE_PREFIX_PATH=/home/g4/geant4-v11.2.1/install/lib64/cmake/Geant4
CMake Warning:
No source or binary directory provided. Both will be assumed to be the
same as the current working directory, but note that this warning will
become a fatal error in future CMake releases.
CMake Error: The source directory “/home/g4/geant4-v11.2.1/examples/basic/B2/B2a/build” does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
As I’m new to this, can anyone please help me fix this, so that i can run the exampleB2a,
Thanks.