Having built shogun in many incarnations and many versions over the years, I've never seen this issue before, so I'm not really sure what to do. I go through the standard process with ccmake .. in <shogunroot>/build, point it to all the proper libraries for linking, and then I run "make" and build the code.
The build and linking steps appear to complete with no issues. However, when I run "make install" to install the package, I get the following error: CMake Error: The source directory "<shogunroot>" does not appear to contain CMakeLists.txt. This is particularly odd, as I can see that the CMakeLists.text file is, infact, sitting right there in <shogunroot>. I am completely baffled by this behavior. Any help?
