Sha256: 8e1ace5fe47ea5a457855cad091a0641f7311537bcdf71a1b16ce58ac9952f9a

Contents?: true

Size: 718 Bytes

Versions: 14

Compression:

Stored size: 718 Bytes

Contents

# Find CoreFoundation.framework
# This will define :
#
# COREFOUNDATION_FOUND
# COREFOUNDATION_LIBRARIES
# COREFOUNDATION_LDFLAGS
#

FIND_PATH(COREFOUNDATION_INCLUDE_DIR NAMES CoreFoundation.h)
FIND_LIBRARY(COREFOUNDATION_LIBRARIES NAMES CoreFoundation)
IF (COREFOUNDATION_INCLUDE_DIR AND COREFOUNDATION_LIBRARIES)
	IF (NOT CoreFoundation_FIND_QUIETLY)
		MESSAGE("-- Found CoreFoundation ${COREFOUNDATION_LIBRARIES}")
	ENDIF()
	SET(COREFOUNDATION_FOUND TRUE)
	SET(COREFOUNDATION_LDFLAGS "-framework CoreFoundation")
ENDIF ()

IF (CoreFoundation_FIND_REQUIRED AND NOT COREFOUNDATION_FOUND)
	MESSAGE(FATAL "-- CoreFoundation not found")
ENDIF()

MARK_AS_ADVANCED(
	COREFOUNDATION_INCLUDE_DIR
	COREFOUNDATION_LIBRARIES
)

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
rugged-0.28.5 vendor/libgit2/cmake/Modules/FindCoreFoundation.cmake
rugged-0.27.10.1 vendor/libgit2/cmake/Modules/FindCoreFoundation.cmake
rugged-0.28.4.1 vendor/libgit2/cmake/Modules/FindCoreFoundation.cmake
rugged-0.28.3.1 vendor/libgit2/cmake/Modules/FindCoreFoundation.cmake
rugged-0.27.9 vendor/libgit2/cmake/Modules/FindCoreFoundation.cmake
rugged-0.28.2 vendor/libgit2/cmake/Modules/FindCoreFoundation.cmake
rugged-0.28.1 vendor/libgit2/cmake/Modules/FindCoreFoundation.cmake
rugged-0.28.0 vendor/libgit2/cmake/Modules/FindCoreFoundation.cmake
rugged-0.27.7 vendor/libgit2/cmake/Modules/FindCoreFoundation.cmake
rugged-0.27.5 vendor/libgit2/cmake/Modules/FindCoreFoundation.cmake
rugged-0.27.4 vendor/libgit2/cmake/Modules/FindCoreFoundation.cmake
rugged-0.27.2 vendor/libgit2/cmake/Modules/FindCoreFoundation.cmake
rugged-0.27.1 vendor/libgit2/cmake/Modules/FindCoreFoundation.cmake
rugged-0.27.0 vendor/libgit2/cmake/Modules/FindCoreFoundation.cmake