Skip to content

Conversation

marcosszydlo
Copy link
Contributor

There are no code changes made. Three files were changed:
CMakeDependencies.cmake was missing the command

find_package(Threads REQUIRED)

The test file test_integration.cpp was missing an include file: <unistd.h>

The third file that I modified, CMakeLists.txt, should be restored to its
original form. I changed it so I could build withou HTTP, which I don't need.

The code was built and tested on RedHat REL 7 (with HTTP disabled in CMake).

Marcos Szydlo and others added 2 commits August 21, 2018 17:50
There are no code changes made. Three files were changed:
CMakeDependencies.cmake was missing the command

find_package(Threads REQUIRED)

The test file test_integration.cpp was missing an include file: <unistd.h>

The third file that I modified, CMakeLists.txt, should be restored to its
original form. I changed it so I could build withou HTTP, which I don't need.

The code was built and tested on RedHat REL 7 (with HTTP disabled in CMake).
@cinemast cinemast merged commit 56b3e04 into cinemast:develop Aug 23, 2018
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

Successfully merging this pull request may close these issues.

2 participants