ENH: make sure cmake can be built with an older version of cmake
This commit is contained in:
parent
1871a74153
commit
0adee1e6dd
|
@ -222,8 +222,7 @@ ENDIF(UNIX)
|
||||||
|
|
||||||
# On Apple we need Carbon
|
# On Apple we need Carbon
|
||||||
IF(APPLE)
|
IF(APPLE)
|
||||||
FIND_LIBRARY(CARBON Carbon)
|
TARGET_LINK_LIBRARIES(CMakeLib -framework Carbon)
|
||||||
TARGET_LINK_LIBRARIES(CMakeLib ${CARBON})
|
|
||||||
ENDIF(APPLE)
|
ENDIF(APPLE)
|
||||||
|
|
||||||
# On some platforms we need the rpcrt4 library for the VS 7 generators.
|
# On some platforms we need the rpcrt4 library for the VS 7 generators.
|
||||||
|
|
Loading…
Reference in New Issue