Skip to content
Snippets Groups Projects
Commit 9f6ffaff authored by Brad King's avatar Brad King Committed by Kitware Robot
Browse files

Merge topic 'add-policy48'


0c4e58ec Silence warnings from newer CMake versions from CMP0048

Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
Merge-request: !26
parents e966c17b 0c4e58ec
No related branches found
No related tags found
No related merge requests found
......@@ -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.
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment