Skip to content
Snippets Groups Projects
Commit e574216c authored by Alexis Girault's avatar Alexis Girault
Browse files

COMP: Update g3log include path

parent 49ae0230
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ include(imstkAddExternalProject)
imstk_add_external_project( g3log
REPOSITORY ${git_protocol}://github.com/KjellKod/g3log.git
GIT_TAG 579579962c94213a46fadbb70a996f08c19be3a2
RELATIVE_INCLUDE_PATH "/src/g3log"
RELATIVE_INCLUDE_PATH "/src"
#DEPENDENCIES ""
#VERBOSE
)
......@@ -3,8 +3,8 @@
#-----------------------------------------------------------------------------
find_path(g3log_INCLUDE_DIR
NAMES
g3log.hpp
logworker.hpp
g3log/g3log.hpp
g3log/logworker.hpp
)
mark_as_advanced(g3log_INCLUDE_DIR)
#message(STATUS "g3log_INCLUDE_DIR : ${g3log_INCLUDE_DIR}")
......@@ -15,6 +15,7 @@ mark_as_advanced(g3log_INCLUDE_DIR)
find_library(g3log_LIBRARY
NAMES
g3logger_shared
g3logger
)
mark_as_advanced(g3log_LIBRARY)
#message(STATUS "g3log_LIBRARY : ${g3log_LIBRARY}")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment