Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
otb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Main Repositories
otb
Merge requests
!916
Draft: Resolve "Add support for Pleiades Neo products"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Draft: Resolve "Add support for Pleiades Neo products"
2289-add-support-for-pleiades-neo-products
into
release-8.2
Overview
11
Commits
54
Pipelines
32
Changes
57
Closed
Florian Douziech
requested to merge
2289-add-support-for-pleiades-neo-products
into
release-8.2
2 years ago
Overview
11
Commits
54
Pipelines
32
Changes
57
Expand
Closes #2289
0
0
1
Merge request reports
Compare
release-8.2
version 30
61a2e9bb
1 year ago
version 29
938f151a
1 year ago
version 28
572a6b28
1 year ago
version 27
b4400939
1 year ago
version 26
46c8291f
1 year ago
version 25
7f550682
1 year ago
version 24
6f584c11
1 year ago
version 23
36320a49
1 year ago
version 22
547310de
1 year ago
version 21
a212c176
1 year ago
version 20
c7b03d2a
1 year ago
version 19
199b62c9
1 year ago
version 18
199b62c9
1 year ago
version 17
199b62c9
1 year ago
version 16
4fabc2ed
1 year ago
version 15
bcc273a4
1 year ago
version 14
3cf49eed
1 year ago
version 13
bcc273a4
2 years ago
version 12
daea983b
2 years ago
version 11
ee60ad2d
2 years ago
version 10
56b9104c
2 years ago
version 9
5bc7b238
2 years ago
version 8
2f72d467
2 years ago
version 7
261cddb5
2 years ago
version 6
98f134ba
2 years ago
version 5
548e7e2a
2 years ago
version 4
565e52e5
2 years ago
version 3
0f361ebc
2 years ago
version 2
4de4210d
2 years ago
version 1
b8006172
2 years ago
release-8.2 (base)
and
latest version
latest version
76ba95ad
54 commits,
1 year ago
version 30
61a2e9bb
53 commits,
1 year ago
version 29
938f151a
52 commits,
1 year ago
version 28
572a6b28
51 commits,
1 year ago
version 27
b4400939
50 commits,
1 year ago
version 26
46c8291f
49 commits,
1 year ago
version 25
7f550682
48 commits,
1 year ago
version 24
6f584c11
47 commits,
1 year ago
version 23
36320a49
46 commits,
1 year ago
version 22
547310de
45 commits,
1 year ago
version 21
a212c176
37 commits,
1 year ago
version 20
c7b03d2a
36 commits,
1 year ago
version 19
199b62c9
35 commits,
1 year ago
version 18
199b62c9
35 commits,
1 year ago
version 17
199b62c9
35 commits,
1 year ago
version 16
4fabc2ed
34 commits,
1 year ago
version 15
bcc273a4
25 commits,
1 year ago
version 14
3cf49eed
26 commits,
1 year ago
version 13
bcc273a4
25 commits,
2 years ago
version 12
daea983b
24 commits,
2 years ago
version 11
ee60ad2d
23 commits,
2 years ago
version 10
56b9104c
22 commits,
2 years ago
version 9
5bc7b238
21 commits,
2 years ago
version 8
2f72d467
15 commits,
2 years ago
version 7
261cddb5
14 commits,
2 years ago
version 6
98f134ba
13 commits,
2 years ago
version 5
548e7e2a
12 commits,
2 years ago
version 4
565e52e5
11 commits,
2 years ago
version 3
0f361ebc
10 commits,
2 years ago
version 2
4de4210d
8 commits,
2 years ago
version 1
b8006172
1 commit,
2 years ago
57 files
+
2250
−
418
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
57
Search (e.g. *.vue) (Ctrl+P)
CMake/FindShark.cmake
+
1
−
6
Options
@@ -145,12 +145,7 @@ find_package_handle_standard_args(Shark
if
(
SHARK_FOUND
)
set
(
SHARK_INCLUDE_DIRS
${
SHARK_INCLUDE_DIR
}
${
Boost_INCLUDE_DIR
}
)
if
(
Boost_MINOR_VERSION STREQUAL
"72"
)
get_target_property
(
Boost_current_LIB
${
Boost_SERIALIZATION_LIBRARY
}
IMPORTED_LOCATION_RELEASE
)
set
(
SHARK_BOOST_LIBRARY
"
${
Boost_current_LIB
}
"
)
else
()
set
(
SHARK_BOOST_LIBRARY
${
Boost_SERIALIZATION_LIBRARY
}
)
endif
()
set
(
SHARK_BOOST_LIBRARY
${
Boost_SERIALIZATION_LIBRARY
}
)
set
(
SHARK_LIBRARIES
${
SHARK_LIBRARY
}
${
SHARK_BOOST_LIBRARY
}
)
if
(
REQUIRED_CBLAS_LIB
)
set
(
SHARK_LIBRARIES
${
SHARK_LIBRARIES
}
${
CBLAS_LIBRARY
}
)
Loading