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

Modify the change of fix #78 to make it compatible with Hunter #83

Merged
merged 2 commits into from
May 21, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ endif()
# Set up libdir

if (NOT DEFINED LIB_INSTALL_DIR)
set(LIB_INSTALL_DIR ${CMAKE_INSTALL_PREFIX}/lib)
set(LIB_INSTALL_DIR lib)
endif()

# ==============================================================================
Expand Down
1 change: 1 addition & 0 deletions mocktracer/src/tracer_factory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include <fstream>
#include <stdexcept>
#include <string>
#include <cctype>

namespace opentracing {
BEGIN_OPENTRACING_ABI_NAMESPACE
Expand Down
1 change: 0 additions & 1 deletion src/dynamic_load.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#include <dlfcn.h>
#include <opentracing/dynamic_load.h>
#include <opentracing/version.h>

Expand Down