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

Which branch to use? #56

Open
sptrakesh opened this issue Oct 24, 2019 · 0 comments
Open

Which branch to use? #56

sptrakesh opened this issue Oct 24, 2019 · 0 comments

Comments

@sptrakesh
Copy link

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)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant