Open junghans opened 7 years ago
@raovgarimella might have some suggestions, but I think finding the paths to those two should work.
There should be a JaliConfig.cmake under the JALI_INSTALL_DIR/lib. If you find that, you should be all set
JaliConfig.cmake
only exists if you have Jali, I want to create a macro, which we can already run independently of an actually Jali installation.
If we are using config files only, we will have to deal with an error message like:
CMake Warning at config/packages.cmake:146 (find_package):
By not providing "FindJali.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "Jali", but
CMake did not find one.
Could not find a package configuration file provided by "Jali" with any of
the following names:
JaliConfig.cmake
jali-config.cmake
Add the installation prefix of "Jali" to CMAKE_PREFIX_PATH or set
"Jali_DIR" to a directory containing one of the above files. If "Jali"
provides a separate development package or SDK, be sure it has been
installed.
Portage uses Jali, so we should add a find macro to cinch.
@cmsquared: Checking for
Mesh.hh
andlibJali.a
, correct?