Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
camtron
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
kr69sugu
camtron
Commits
e163e349
Commit
e163e349
authored
5 years ago
by
Thomas Boy
Browse files
Options
Downloads
Patches
Plain Diff
fix the include issue for hpc build
parent
3f9d68aa
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+2
-2
2 additions, 2 deletions
CMakeLists.txt
with
2 additions
and
2 deletions
CMakeLists.txt
+
2
−
2
View file @
e163e349
...
...
@@ -70,7 +70,7 @@ find_package(LibArchive REQUIRED)
message
(
STATUS
"LibArchive library status:"
)
message
(
STATUS
" version:
${
LibArchive_VERSION
}
"
)
message
(
STATUS
" libraries:
${
LibArchive_LIBRARIES
}
"
)
message
(
STATUS
" include path:
${
LibArchive_
VERSION
}
"
)
message
(
STATUS
" include path:
${
LibArchive_
INCLUDE_DIRS
}
"
)
if
(
BGS_PYTHON_SUPPORT
)
...
...
@@ -107,7 +107,7 @@ if(BGS_PYTHON_SUPPORT)
else
()
file
(
GLOB_RECURSE bgs_src package_bgs/*.cpp package_bgs/*.c
)
file
(
GLOB_RECURSE bgs_include package_bgs/*.h
)
include_directories
(
${
CMAKE_SOURCE_DIR
}
${
OpenCV_INCLUDE_DIRS
}
)
include_directories
(
${
CMAKE_SOURCE_DIR
}
${
OpenCV_INCLUDE_DIRS
}
${
LibArchive_INCLUDE_DIRS
}
)
endif
()
# GMG is not available in older OpenCV versions
...
...
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