Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Chuck Atkins
KWSys
Commits
0c4e58ec
Commit
0c4e58ec
authored
Apr 18, 2017
by
Chuck Atkins
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Silence warnings from newer CMake versions from CMP0048
parent
b5ca6e51
Pipeline
#55090
passed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
CMakeLists.txt
CMakeLists.txt
+1
-0
No files found.
CMakeLists.txt
View file @
0c4e58ec
...
...
@@ -69,6 +69,7 @@
CMAKE_MINIMUM_REQUIRED
(
VERSION 2.6.3 FATAL_ERROR
)
FOREACH
(
p
CMP0025
# CMake 3.0, Compiler id for Apple Clang is now AppleClang.
CMP0048
# CMake 3.0, Let the project command manage version variables.
CMP0056
# CMake 3.2, Honor link flags in try_compile() source-file signature.
CMP0063
# CMake 3.3, Honor visibility properties for all target types.
)
...
...
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