Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
iMSTK
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ruiliang Gao
iMSTK
Commits
e574216c
Commit
e574216c
authored
8 years ago
by
Alexis Girault
Browse files
Options
Downloads
Patches
Plain Diff
COMP: Update g3log include path
parent
49ae0230
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMake/External/External_g3log.cmake
+1
-1
1 addition, 1 deletion
CMake/External/External_g3log.cmake
CMake/Findg3log.cmake
+3
-2
3 additions, 2 deletions
CMake/Findg3log.cmake
with
4 additions
and
3 deletions
CMake/External/External_g3log.cmake
+
1
−
1
View file @
e574216c
...
...
@@ -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
)
This diff is collapsed.
Click to expand it.
CMake/Findg3log.cmake
+
3
−
2
View file @
e574216c
...
...
@@ -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}")
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment