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
fc8c55ae
Commit
fc8c55ae
authored
Jun 27, 2014
by
Fabio Bas
Browse files
Added cmake policy specific for win32 compilation
parent
34772ccc
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
fc8c55ae
...
...
@@ -7,6 +7,10 @@
cmake_minimum_required
(
VERSION 2.6
)
if
(
POLICY CMP0020
)
cmake_policy
(
SET CMP0020 OLD
)
endif
()
if
(
POLICY CMP0043
)
cmake_policy
(
SET CMP0043 OLD
)
endif
()
...
...
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