Skip to content

Commit eb37507

Browse files
William KyngesburyeWilliam Kyngesburye
authored andcommitted
quiet cmake policy message
1 parent bd2f9f9 commit eb37507

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

cmake/MacBundleMacros.cmake

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,10 @@
2121

2222
# message only if verbose makefiles
2323

24-
CMAKE_POLICY (SET CMP0053 OLD)
25-
26-
2724
FUNCTION (MYMESSAGE MSG)
28-
IF (@CMAKE_VERBOSE_MAKEFILE@)
25+
IF (${CMAKE_VERBOSE_MAKEFILE})
2926
MESSAGE (STATUS "${MSG}")
30-
ENDIF (@CMAKE_VERBOSE_MAKEFILE@)
27+
ENDIF (${CMAKE_VERBOSE_MAKEFILE})
3128
ENDFUNCTION (MYMESSAGE)
3229

3330
# get the install_name of a library or framework

0 commit comments

Comments
 (0)