Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmake can not find msgpack #263

Open
vulogov opened this issue Feb 23, 2017 · 0 comments
Open

cmake can not find msgpack #263

vulogov opened this issue Feb 23, 2017 · 0 comments

Comments

@vulogov
Copy link

vulogov commented Feb 23, 2017

The latest msgpack has been installed in /usr/local/lib and /usr/local/include, although, cmake can not find it.

cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_C_FLAGS=-I/usr/local/include .. 
CMake Error at CMakeLists.txt:21 (INCLUDE):
  include could not find load file:

    foreign/modules/AddCXXCompilerFlag.cmake


-- Boost version: 1.63.0
-- Found the following Boost libraries:
--   filesystem
--   program_options
--   system
--   thread
CMake Error at cmake/locate_library.cmake:13 (MESSAGE):
  libmsgpack development files are required to build.
Call Stack (most recent call first):
  CMakeLists.txt:35 (LOCATE_LIBRARY)


-- Configuring incomplete, errors occurred!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant