Skip to content
This repository was archived by the owner on Mar 2, 2024. It is now read-only.
This repository was archived by the owner on Mar 2, 2024. It is now read-only.

Which branch to use? #56

@sptrakesh

Description

@sptrakesh

I am trying to install the project, and checked out and attempted to install the project using the following steps:

mkdir build && cd build
cmake -DCMAKE_PREFIX_PATH=/usr/local/boost -DBoost_USE_STATIC_LIBS=ON -DBoost_USE_STATIC_RUNTIME=ON -DBUILD_TESTING=OFF -DCMAKE_INSTALL_PREFIX=/usr/local/certify ..
sudo make install

This results in an error:

CMake Error at cmake_install.cmake:36 (file):
  file INSTALL cannot find "/tmp/certify/netutilsConfig.cmake".

If I leave off the BUILD_TESTING=OFF directive, then I get an error about missing file:

CMake Error at tests/CMakeLists.txt:3 (add_executable):
  Cannot find source file:

    rfc2818_verification_fail.cpp

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .m .M .mm .h .hh .h++ .hm
  .hpp .hxx .in .txx
Call Stack (most recent call first):
  tests/CMakeLists.txt:15 (certify_verify_add_test)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions