Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
quiet cmake policy message
  • Loading branch information
William Kyngesburye authored and William Kyngesburye committed Nov 18, 2018
1 parent 5031196 commit e9931c1
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions cmake/MacBundleMacros.cmake
Expand Up @@ -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
Expand Down

0 comments on commit e9931c1

Please sign in to comment.