1

cmake でコードをコンパイルしようとしています。コードは、Windows から Debian OS を搭載した Raspberry Pi にインポートされました。Windows でコンパイルすると、コードは正常に動作します。コンパイルしようとすると、次のエラーが表示されます。

CMake Error at CMakeLists.txt:6 (FIND_PACKAGE):
  By not providing "Findlibcurl.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "libcurl", but
  CMake did not find one.

  Could not find a package configuration file provided by "libcurl" with any
  of the following names:

    libcurlConfig.cmake
    libcurl-config.cmake

  Add the installation prefix of "libcurl" to CMAKE_PREFIX_PATH or set
  "libcurl_DIR" to a directory containing one of the above files.  If
  "libcurl" provides a separate development package or SDK, be sure it has
  been installed.

以下は、libcurl に関するインストール済みパッケージのリストです。

ii  libcurl3:armhf 7.26.0-1+whe armhf        easy-to-use client-side URL trans
ii  libcurl3-gnutl 7.26.0-1+whe armhf        easy-to-use client-side URL trans
ii  libcurl4-opens 7.26.0-1+whe armhf        development files and documentati

これは、パッケージが正しくインストールされていないか、間違ったパッケージを持っていることを意味しますか?

4

1 に答える 1