Created
December 11, 2014 15:11
-
-
Save weissjeffm/868b1cb074a43ec0d184 to your computer and use it in GitHub Desktop.
cmake error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CMake Error at src/CMakeLists.txt:20 (find_package): | |
By not providing "Findopentxs.cmake" in CMAKE_MODULE_PATH this project has | |
asked CMake to find a package configuration file provided by "opentxs", but | |
CMake did not find one. | |
Could not find a package configuration file provided by "opentxs" with any | |
of the following names: | |
opentxsConfig.cmake | |
opentxs-config.cmake | |
Add the installation prefix of "opentxs" to CMAKE_PREFIX_PATH or set | |
"opentxs_DIR" to a directory containing one of the above files. If | |
"opentxs" provides a separate development package or SDK, be sure it has | |
been installed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment