Skip to content

Instantly share code, notes, and snippets.

/a.rb Secret

Created December 20, 2013 22:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/2610e14ca1dd0a0b6b32 to your computer and use it in GitHub Desktop.
Save anonymous/2610e14ca1dd0a0b6b32 to your computer and use it in GitHub Desktop.
CMake Warning at CMakeLists.txt:7 (find_package):
By not providing "FindMySQL.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "MySQL", but
CMake did not find one.
Could not find a package configuration file provided by "MySQL" with any of
the following names:
MySQLConfig.cmake
mysql-config.cmake
Add the installation prefix of "MySQL" to CMAKE_PREFIX_PATH or set
"MySQL_DIR" to a directory containing one of the above files. If "MySQL"
provides a separate development package or SDK, be sure it has been
installed.
CMake Error at CMakeLists.txt:10 (make_build_bundle):
Unknown CMake command "make_build_bundle".
CMake Warning (dev) in CMakeLists.txt:
No cmake_minimum_required command is present. A line of code such as
cmake_minimum_required(VERSION 2.8)
should be added at the top of the file. The version specified may be lower
if you wish to support older CMake versions for this project. For more
information run "cmake --help-policy CMP0000".
This warning is for project developers. Use -Wno-dev to suppress it.
-- Configuring incomplete, errors occurred!
See also "/Users/jztaylor/.dev/joelteon/io/addons/MySQL/CMakeFiles/CMakeOutput.log".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment