mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
quiet cmake policy message
This commit is contained in:
parent
bd2f9f97b2
commit
eb37507b70
@ -21,13 +21,10 @@
|
||||
|
||||
# message only if verbose makefiles
|
||||
|
||||
CMAKE_POLICY (SET CMP0053 OLD)
|
||||
|
||||
|
||||
FUNCTION (MYMESSAGE MSG)
|
||||
IF (@CMAKE_VERBOSE_MAKEFILE@)
|
||||
IF (${CMAKE_VERBOSE_MAKEFILE})
|
||||
MESSAGE (STATUS "${MSG}")
|
||||
ENDIF (@CMAKE_VERBOSE_MAKEFILE@)
|
||||
ENDIF (${CMAKE_VERBOSE_MAKEFILE})
|
||||
ENDFUNCTION (MYMESSAGE)
|
||||
|
||||
# get the install_name of a library or framework
|
||||
|
Loading…
x
Reference in New Issue
Block a user