Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
634dd91b
Commit
634dd91b
authored
Jun 26, 2014
by
Fabio Bas
Browse files
Set some cmake policies to mute cmake warnings
parent
62ca6130
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
634dd91b
...
@@ -7,6 +7,14 @@
...
@@ -7,6 +7,14 @@
cmake_minimum_required
(
VERSION 2.6
)
cmake_minimum_required
(
VERSION 2.6
)
if
(
POLICY CMP0043
)
cmake_policy
(
SET CMP0043 OLD
)
endif
()
if
(
POLICY CMP0048
)
cmake_policy
(
SET CMP0048 OLD
)
endif
()
set
(
PROJECT_NAME
"Cockatrice"
)
set
(
PROJECT_NAME
"Cockatrice"
)
set
(
PROJECT_VERSION_MAJOR 0
)
set
(
PROJECT_VERSION_MAJOR 0
)
set
(
PROJECT_VERSION_MINOR 0
)
set
(
PROJECT_VERSION_MINOR 0
)
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment