Add policy CMP0036 to disallow build_name

This commit is contained in:
Brad King
2013-10-21 13:12:18 -04:00
parent 3969bb23aa
commit 6c9194488a
17 changed files with 58 additions and 35 deletions
+3 -1
View File
@@ -1,7 +1,9 @@
build_name
----------
Deprecated. Use ${CMAKE_SYSTEM} and ${CMAKE_CXX_COMPILER} instead.
Disallowed. See CMake Policy :policy:`CMP0036`.
Use ${CMAKE_SYSTEM} and ${CMAKE_CXX_COMPILER} instead.
::