Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
eos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Richard Torenvliet
eos
Commits
c68a3664
Commit
c68a3664
authored
Jul 28, 2015
by
Patrik Huber
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed minimum boost version required to 1.50.0
For path operator +=
parent
662187a1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
CMakeLists.txt
CMakeLists.txt
+1
-1
examples/CMakeLists.txt
examples/CMakeLists.txt
+1
-1
No files found.
CMakeLists.txt
View file @
c68a3664
...
...
@@ -34,7 +34,7 @@ find_package(OpenCV 2.4.3 REQUIRED core)
message
(
STATUS
"OpenCV include dir found at
${
OpenCV_INCLUDE_DIRS
}
"
)
message
(
STATUS
"OpenCV lib dir found at
${
OpenCV_LIB_DIR
}
"
)
find_package
(
Boost 1.
48
.0 COMPONENTS system REQUIRED
)
find_package
(
Boost 1.
50
.0 COMPONENTS system REQUIRED
)
if
(
Boost_FOUND
)
message
(
STATUS
"Boost found at
${
Boost_INCLUDE_DIRS
}
"
)
else
(
Boost_FOUND
)
...
...
examples/CMakeLists.txt
View file @
c68a3664
...
...
@@ -6,7 +6,7 @@ find_package(OpenCV 2.4.3 REQUIRED core imgproc highgui)
message
(
STATUS
"OpenCV include dir found at
${
OpenCV_INCLUDE_DIRS
}
"
)
message
(
STATUS
"OpenCV lib dir found at
${
OpenCV_LIB_DIR
}
"
)
find_package
(
Boost 1.
48
.0 COMPONENTS system filesystem program_options REQUIRED
)
find_package
(
Boost 1.
50
.0 COMPONENTS system filesystem program_options REQUIRED
)
if
(
Boost_FOUND
)
message
(
STATUS
"Boost found at
${
Boost_INCLUDE_DIRS
}
"
)
else
(
Boost_FOUND
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment