You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could not find the package configuration file provided by "Check" with any of the following names:
CheckConfig.cmake
check-config.cmake
A work-around appears to be running:
ln -s check.cmake check-config.cmake
From the CMAKE_INSTALL_PREFIX/cmake dir
Could you please ensure there is a check-config.cmake installed? It might be useful to have both check.cmake and check-config.cmake for backwards and forwards compatibility...
The text was updated successfully, but these errors were encountered:
I'm only partially familiar with CMake and all it can do. The Check project's purpose for supporting CMake was to enable Windows based systems to compile and use Check. For Unix based systems it may be best to use the autotools configure script.
That being said, if I can help resolve this I'll try. Can you give me instructions on how you got your system into this setup? Namely, did you compile Check from source and install into a specific directory, use something like Homebrew, or something else? When you attempted to compile the example was it from a specific release? What additional options did you pass to cmake, if any?
It contains all the needed files for a CMake find_library to succeed. I am using this command in my own project rubik: find_package(Check 0.12.0 REQUIRED CONFIG). Just remember to point the CMake variable Check_ROOT to the installation unless you have installed Check into system directories.
Happy Holidays and thanks for all you do!
CMake reports:
Could not find the package configuration file provided by "Check" with any of the following names:
CheckConfig.cmake
check-config.cmake
A work-around appears to be running:
ln -s check.cmake check-config.cmake
From the CMAKE_INSTALL_PREFIX/cmake dir
Could you please ensure there is a check-config.cmake installed? It might be useful to have both check.cmake and check-config.cmake for backwards and forwards compatibility...
The text was updated successfully, but these errors were encountered: