Skip to content

Instantly share code, notes, and snippets.

@photoszzt
Created February 29, 2016 20:45
Show Gist options
  • Save photoszzt/9e2ffa63a6a316d29d6c to your computer and use it in GitHub Desktop.
Save photoszzt/9e2ffa63a6a316d29d6c to your computer and use it in GitHub Desktop.
-- checking for module 'libzmq'
-- package 'libzmq' not found
-- checking for module 'libzmq'
-- package 'libzmq' not found
CMake Warning at CMakeLists.txt:87 (find_package):
By not providing "Finduuid.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "uuid", but
CMake did not find one.
Could not find a package configuration file provided by "uuid" with any of
the following names:
uuidConfig.cmake
uuid-config.cmake
Add the installation prefix of "uuid" to CMAKE_PREFIX_PATH or set
"uuid_DIR" to a directory containing one of the above files. If "uuid"
provides a separate development package or SDK, be sure it has been
installed.
-- checking for module 'libczmq'
-- package 'libczmq' not found
-- checking for module 'libczmq'
-- package 'libczmq' not found
You have called ADD_LIBRARY for library curve without any source files. This typically indicates a problem with your CMakeLists.txt file
-- *** Version number: 1.0.0
-- *** Install target: /home/zhitingz/Documents/zeromq_install
-- Configuring done
CMake Error: CMake can not determine linker language for target: curve
CMake Error: Cannot determine link language for target "curve".
-- Generating done
-- Build files have been written to: /home/zhitingz/Documents/libcurve/build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment