8000 Fixes to issue #244: libjson-rpc-cpp does not build on Linux. by marcosszydlo · Pull Request #246 · cinemast/libjson-rpc-cpp · GitHub
[go: up one dir, main page]

Skip to content

Fixes to issue #244: libjson-rpc-cpp does not build on Linux. #246

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

Merged
merged 2 commits into from
Aug 23, 2018

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
0