Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
The Openvibe Group
extras
Commits
527baf97
Commit
527baf97
authored
Sep 29, 2015
by
Jussi Lindgren
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Build: Suppressed some CMake warnings
parent
460dad98
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
CMakeLists.txt
CMakeLists.txt
+12
-0
No files found.
CMakeLists.txt
View file @
527baf97
CMAKE_MINIMUM_REQUIRED
(
VERSION 2.8
)
# Here we set a few policies to get rid of warnings on newer cmakes.
# we should update the scripts after upgrading each platform's cmake to 3.x.
if
(
POLICY CMP0026
)
cmake_policy
(
SET CMP0026 OLD
)
endif
()
if
(
POLICY CMP0043
)
cmake_policy
(
SET CMP0043 OLD
)
endif
()
if
(
POLICY CMP0048
)
cmake_policy
(
SET CMP0048 OLD
)
endif
()
PROJECT
(
OpenVIBE
)
# These versions are used by the subprojects by default.
...
...
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