Skip to content

Commit

Permalink
relative path for compiling easylogging++
Browse files Browse the repository at this point in the history
  • Loading branch information
abumq committed Feb 14, 2018
1 parent ec5e3ae commit 8b917d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions FindResidue.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ set (RESIDUE_EXTRA_INCLUDE_DIRS "")
if (Residue_USE_STATIC_LIBS)
message ("-- Residue: Static linking")
find_library(RESIDUE_LIBRARY_LOCAL
NAMES libresidue-static-full.a libresidue-static.a libresidue.a
NAMES libresidue-static-full.a libresidue-static.a libresidue.a libresidue.lib residue.lib
HINTS "${RESIDUE_PATHS}/lib"
)
else()
message ("-- Residue: Dynamic linking")
find_library(RESIDUE_LIBRARY_LOCAL
NAMES libresidue.dylib libresidue.so libresidue residue
NAMES libresidue.dylib libresidue.so libresidue residue libresidue.dll residue.dll
HINTS "${RESIDUE_PATHS}/lib"
)
endif()
Expand Down
2 changes: 1 addition & 1 deletion src/easylogging++.cc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// http://muflihun.com
//

#include "easylogging++.h"
#include "../include/easylogging++.h"

#if defined(AUTO_INITIALIZE_EASYLOGGINGPP)
INITIALIZE_EASYLOGGINGPP
Expand Down

0 comments on commit 8b917d9

Please sign in to comment.